This question is locked. New answers and comments are not allowed.
Hi!
I want to know if it is possible to use the resource file with telerik ASP.net MVC controls.
How to do it?
For example, if you have the code below, how to use the strings in the resource file?
<%
Html.Telerik().Menu()
.Name("Menu")
.Items(items =>
{
items.Add()
.Text("Home")
}).Render();
%>
Thanks
I want to know if it is possible to use the resource file with telerik ASP.net MVC controls.
How to do it?
For example, if you have the code below, how to use the strings in the resource file?
<%
Html.Telerik().Menu()
.Name("Menu")
.Items(items =>
{
items.Add()
.Text("Home")
}).Render();
%>
Thanks