Culture and Language Support for Windows Phone
March 22, 2012
Region format data refers to how numbers, currencies, time, and dates are formatted for a specific culture. Windows Phone supports region format data for all cultures listed in the CultureInfo class. The CultureInfo class exposes properties to access region format data for a specific culture.
The display language on a phone determines the default UI font. Display languages are shipped with the phone depending on market and country/region, and are selectable by the user on the region+language section of the Settings page.
Windows Phone supports the display languages in the following table.
|
Culture name |
Culture code |
Windows Phone OS 7.0 |
Windows Phone OS 7.1 |
|---|---|---|---|
|
Chinese Simplified (PRC) |
zh-CN |
|
|
|
Chinese Traditional (Taiwan) |
zh-TW |
|
|
|
Czech (Czech Republic) |
cs-CZ |
|
|
|
Danish (Denmark) |
da-DK |
|
|
|
Dutch (Netherlands) |
nl-NL |
|
|
|
English (United States) |
en-US |
|
|
|
English (United Kingdom) |
en-GB |
|
|
|
Finnish (Finland) |
fi-FI |
|
|
|
French (France) |
fr-FR |
|
|
|
German (Germany) |
de-DE |
|
|
|
Greek (Greece) |
el-GR |
|
|
|
Hungarian (Hungary) |
hu-HU |
|
|
|
Indonesian (Indonesia) |
id-ID |
|
|
|
Italian (Italy) |
it-IT |
|
|
|
Japanese (Japan) |
ja-JP |
|
|
|
Korean (Korea) |
ko-KR |
|
|
|
Malay (Malaysia) |
ms-MY |
|
|
|
Norwegian (Norway) |
nb-NO |
|
|
|
Polish (Poland) |
pl-PL |
|
|
|
Portuguese (Brazil) |
pt-BR |
|
|
|
Portuguese (Portugal) |
pt-PT |
|
|
|
Russian (Russia) |
ru-RU |
|
|
|
Spanish (Spain) |
es-ES |
|
|
|
Swedish (Sweden) |
sv-SE |
|
|
Instead of developing your own formatting and sorting solution, you can use the CultureInfo class in combination with a culture code to use built-in formatting and sorting rules for that culture. For a code example of how to do this, see How to: Build a Globalized Application for Windows Phone.
Important Note:
|
|---|
|
Spanish Traditional sort has been replaced with Spanish Modern sort in Windows Phone OS 7.1. |
While developers do not have programmatic access to these features, they may be helpful to know about when developing your application.
|
Language |
Display language |
IME/SIP |
Dictionary |
Contacts sorting |
Windows Phone OS 7.0 |
Windows Phone OS 7.1 |
|---|---|---|---|---|---|---|
|
Chinese (Simplified) |
|
|
|
|
|
|
|
Chinese (Traditional) |
|
|
|
|
|
|
|
Czech |
|
|
|
|
|
|
|
Danish |
|
|
|
|
|
|
|
Dutch |
|
|
|
|
|
|
|
English (United States) |
|
|
|
|
|
|
|
English (United Kingdom) |
|
|
|
|
|
|
|
Filipino |
|
|
|
|
|
|
|
Finnish |
|
|
|
|
|
|
|
French |
|
|
|
|
|
|
|
German |
|
|
|
|
|
|
|
Greek |
|
|
|
|
|
|
|
Hungarian |
|
|
|
|
|
|
|
Indonesian (Indonesia) |
|
|
|
|
|
|
|
Italian |
|
|
|
|
|
|
|
Japanese |
|
|
|
|
|
|
|
Korean |
|
|
|
|
|
|
|
Malay (Malaysia) |
|
|
|
|
|
|
|
Norwegian |
|
|
|
|
|
|
|
Polish |
|
|
|
|
|
|
|
Portuguese (Brazil) |
|
|
|
|
|
|
|
Portuguese (Portugal) |
|
|
|
|
|
|
|
Russian |
|
|
|
|
|
|
|
Spanish |
|
|
|
|
|
|
|
Swedish |
|
|
|
|
|
|
|
Turkish |
|
|
|
|
|
|
|
Ukrainian |
|
|
|
|
|
|
Important Note: