ASP.NET Grid Localization


Please scroll down the page to see How To set any language.

ORDER ID
NAME
CITY
POSTAL CODE
COUNTRY
 
 
 
 
 
 
 
 
 
 
11075
Richter Supermarkt > =
Genve
1204
Germany
11074
Simons bistro
Kbenhavn '
17341
Denmark
11072
Ernst Handel
Graz
8010
Russia
11071
LILA-Supermercado
Barquisimeto
35082
Portugal
11070
Lehmanns Marktstand
Frankfurt a.M.
60528
Germany
11069
Tortuga Restaurante
Mxico D.F.
05033
Mexico
11068
Queen Cozinha
So Paulo
05487-020
Brazil
11067
Drachenblut Delikatessen
Aachen
52066
Germany
11066
White Clover Markets
Seattle
98124
USA
11065
LILA-Supermercado
Barquisimeto
3508
Venezuela
 
 
 
 
 
Records per page:
1
|
2
|
3
Records: 1 - 10 of 25 - Pages: 


You can make the ASP.NET Grid support your native language. It can be done in a few steps.
  1. Make a copy of en.xml file in localization folder.

  2. Rename the copy to xx.xml where xx is new supported language name (de, es and so on).

  3. Translate semantic fields in the file to selected language.

Now you can set the Language property of ASP.NET Grid to the new language name.
Example: Language = "es"

See Grid properties page for details.

We ask you to send your new localization XML files using this page.
We will make your localized XML file available for everyone and give you credit for it.


It is also possible to make the Grid autodetect the language.



« Back to examples