|
|
| TwoLetterISOLanguageName |
|
| ThreeLetterISOLanguageName |
|
| EnglishName |
World
|
| CountryCode |
0
|
| Name |
|
| NativeName (name in current language) |
World
|
| GetNativeName(new CultureInfo("en")) |
|
| GetNativeName(new CultureInfo("it")) |
|
| GetNativeName(new CultureInfo("fr")) |
|
| GetNativeName(new CultureInfo("pt")) |
|
| GetNativeName(new CultureInfo("es")) |
|
| GetNativeName(new CultureInfo("de")) |
|
This sample shows the current countries list.
Countries is a Hiearachical collection of Countries.
Select one country from the list and press show details.
Not all countries have childs. Some countries have more than one level. Try
Spain or Italy.
Get Parent go back and returns the upper level.
World level shows all countries.
|