CultureInfo Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The CultureInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
Calendar | Gets the default calendar used by the culture. |
|
CompareInfo | Gets the CompareInfo object that defines how to compare strings for the culture. |
|
CurrentCulture | Gets the CultureInfo object that represents the culture used by the current thread. |
|
CurrentUICulture | Gets the CultureInfo object that represents the current culture used by the Resource Manager to look up culture-specific resources at run time. |
|
DateTimeFormat | Gets or sets a DateTimeFormatInfo object that defines the culturally appropriate format for converting dates and times to strings. |
|
DefaultThreadCurrentCulture | Gets or sets the default culture for threads in the current application domain. |
|
DefaultThreadCurrentUICulture | Gets or sets the default UI culture for threads in the current application domain. |
|
DisplayName | Gets the culture name in the format "language (country/region)" in the language of the localized version of .NET Framework. |
|
EnglishName | Gets the culture name in the format "language (country/region)" in English. |
|
InvariantCulture | Gets the CultureInfo that is culture-independent (invariant). |
|
IsNeutralCulture | Gets a value indicating whether the current CultureInfo object represents a neutral culture. |
|
IsReadOnly | Gets a value indicating whether the current CultureInfo object is read-only. |
|
Name | Gets the culture name in the format "languagecode-country/regioncode". |
|
NativeName | Gets the culture's native name, which consists of the language, the country/region, and the optional script, that the culture is set to display. |
|
NumberFormat | Gets or sets a NumberFormatInfo object that defines the culturally appropriate format for converting numbers, currency values, and percentages to strings. |
|
OptionalCalendars | Gets the list of calendars that can be used by this culture. |
|
Parent | Gets the CultureInfo that represents the parent culture of the current CultureInfo. |
|
TextInfo | Gets the TextInfo object that defines the writing system associated with the culture. |
|
TwoLetterISOLanguageName | Gets the ISO 639-1 two-letter code for the language of the current CultureInfo. |
Show: