4 Answers, 1 is accepted
0
Hello Martin,
You can find the neccessary information about the localization of RadGrid in the following documents:
Localization through resource files
Localizing the grid messages
Kind regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
You can find the neccessary information about the localization of RadGrid in the following documents:
Localization through resource files
Localizing the grid messages
Kind regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Roberto
Top achievements
Rank 1
answered on 01 Feb 2010, 05:30 PM
Hi, Is there any way to setup the filter setting so they apppear in Spanish without a lot of programming?
Thanks a lot
0
Princy
Top achievements
Rank 2
answered on 02 Feb 2010, 06:37 AM
Hi,
Check out the link below to know more on how to localize the filter options.
Thanks,
Princy
0
Diego
Top achievements
Rank 1
answered on 12 Mar 2010, 05:42 AM
Hi.
Best way to do that is:
1. Read and Download this project.
http://www.telerik.com/community/code-library/aspnet-ajax/grid/code-behind-localization-using-extension-methods-via-resourcemanager.aspx
2.Add this resource file translated to spanish to your project(created by me)
Resource file Radgrid in spanish
3.Open web.config and add this lines.
<globalization uiCulture="es" culture="es-CO" /> if you wish your radgrid only in spanish
or if you wish that your radgrid change depending of your browser language do this.
3.a Open web.config and add this lines.
<globalization culture="Auto" uiCulture="Auto" />
3.b Set the language to spanish in the browser:
For Internet explorer. go to- > tools.-> internet Options -> Languagees
Then Add your prefered spanish language
Best way to do that is:
1. Read and Download this project.
http://www.telerik.com/community/code-library/aspnet-ajax/grid/code-behind-localization-using-extension-methods-via-resourcemanager.aspx
2.Add this resource file translated to spanish to your project(created by me)
Resource file Radgrid in spanish
3.Open web.config and add this lines.
<globalization uiCulture="es" culture="es-CO" /> if you wish your radgrid only in spanish
or if you wish that your radgrid change depending of your browser language do this.
3.a Open web.config and add this lines.
<globalization culture="Auto" uiCulture="Auto" />
3.b Set the language to spanish in the browser:
For Internet explorer. go to- > tools.-> internet Options -> Languagees
Then Add your prefered spanish language