Pergunta

I am using kendo for displaying data to the different chart like Area or Bar Chart. . I want that column name to be culture specific that column name coming from the database

Is this possible ??

Give me solution

Thanks in Advance

Foi útil?

Solução

I don't really understand what you are asking, but you can annotate the data field with an attribute [Display(ResourceType = "MyApp.Resources.NameOfField")]. Then create resource file for each language and the ASP.NET MVC will decide which resource file to load (depending on users language) and KendoUI will use this display name in the grid column header.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top