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

[Solved] Spanish languaje ??

4 Answers 447 Views
Grid
This is a migrated thread and some comments may be shown as answers.
martin
Top achievements
Rank 1
martin asked on 17 Mar 2009, 02:57 PM
The controls are only in English, French and German, it it posible to have all grid messages in spanish, or what is the best way to do that??
Thanks in advance ...
    Martín

4 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 17 Mar 2009, 03:34 PM
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.
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



Tags
Grid
Asked by
martin
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Roberto
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Diego
Top achievements
Rank 1
Share this question
or