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

[Solved] Can't change the language of my grid on Q1 2012

1 Answer 111 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jacobo
Top achievements
Rank 1
Jacobo asked on 11 Aug 2013, 11:15 PM
Hi!

I need to change to spanish the language of my grids. I've searched and came through the solution. However it doesn't work to me. I don't know if Im doing something wrong or it's my version that dont support that feature,  because im following the three steps:

1. Add RadGrid.Main.resx file to your application’s App_GlobalResources folder.

2. Create a language pack i.e. RadGrid.Main.<locale id>.resx and add it to App_GlobalResources folder.

3.Set the culture to use on the RadGrid.

My language pack is named "RadGrid.Main.es-GT.resx" and the culture is "es-GT". I even tried with french(fr-FR) and still nothing. The language pack is configured as the required languge.

I hope I find some help here.

Regards,

Jacobo.

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 14 Aug 2013, 01:26 PM
Hello Jacobo,

Please refer to the following articles on this matter:

Furthermore, try setting the "UICulture" property in the Page directive instead of the RadGrid "Culture" property (since some of our previous RadControls versions had an issue with localization through the RadGrid "Culture" property).

And last but not least, ensure that you have at least two .resx files in the App_GlobalResources folder (RadGrid.Main.resx plus the other localization files).

Hope that helps.

 

Regards,
Konstantin Dikov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Jacobo
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or