I'm french and I have a radgrid that spoke french until I update the library asp ajax this morning via the exe telerikontrolpanelsetup
Old versions (not updated) of my solution, work very well
Where is the problem ?
Thank for your help
Anne
3 Answers, 1 is accepted
0
Eyup
Telerik team
answered on 09 Jul 2012, 10:33 AM
Hello Levefaude,
Could you please elaborate some more on the way you are localizing the grid in French? If you are using a global resource file resx, please ensure that the related references are correctly done. Generally, the grid will acquire its default English state when it cannot access or is not bound to any other localization.
If the problem remains, could you please instruct us further to replicate the issue on our side? Please do not hesitate to share any additional information which could be related to the observed issue. It would be best if you could open a support ticket and provide us a runnable sample application demonstrating the problem. Thus, we will be able to further analyze the project and determine the exact cause why the desired localization is not being applied.
Greetings,
Eyup
the Telerik team
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 their blog feed now.
Thanks for edit this - it also solved my problem. I just had RadGrid.Main.ro-RO.resx file, and not worked. I re-added RadGrid.Main.resx standard file and worked like a charm.