This is a migrated thread and some comments may be shown as answers.

Telerik Grid Localization does not working

3 Answers 101 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Prashant
Top achievements
Rank 1
Prashant asked on 27 Aug 2012, 11:21 AM
Hi As per Telerik Grid Demo for localaization
http://demos.telerik.com/aspnet-mvc/razor/grid/localization?culture=bg-BG
There are three ways to Transform the telerik grid in to perticular local.
But nothing is working for me though I have tried all three option mentioned in the description in the above link.
Please help me.Thanks in advance!

3 Answers, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 30 Aug 2012, 05:48 AM
Hello Prashant,

Did you add the resource files like shown in this section of the documentation ?
http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-grid-localization.html 


Kind regards,
Petur Subev
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.
0
Prashant
Top achievements
Rank 1
answered on 30 Aug 2012, 09:32 AM
Hello Ptur,
Thanks for the reply!
I have added culture specific files in the AppGlobalResouces folder of my web application and it is localizing my Text like Moth text  ,year text and day text but not performing the localization for country(eg frecnh equivalent of austria is Autriche),I am tarnslating my english equivalent texts by reading them from the cuture specific  resource files.
Also one of my telrik grid column,Location  needs to dispaly the concatinated text as Country-State-city(eg.United Sates-Calfornia-Los Angels),Can I localize such custom columns with telrik in built support?
 Is there any best alternatives to achive this?
Thank You!
0
Petur Subev
Telerik team
answered on 04 Sep 2012, 07:30 AM
Hello Prashant,

When you change localization only the messages which are used by the Grid itself will be translated, such as the filter menu messages,the grouping messages etc.
Messages which are displayed inside of the cells will not be translated. You should change the collection before passing it to the Grid.

Kind Regards,
Petur Subev
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.
Tags
Grid
Asked by
Prashant
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Prashant
Top achievements
Rank 1
Share this question
or