The properties of System.Globalization.CultureInfo are listed below. For a list of all members, see the CultureInfo Members list.
See Also: Inherited members from System.Object
[read-only] | Calendar | Calendar.
Gets the default calendar used by the culture. |
[read-only] | CompareInfo | CompareInfo.
Gets the System.Globalization.CompareInfo that defines how to compare strings for the culture. |
[read-only] | CultureTypes | CultureTypes.
Gets the culture types that pertain to the current System.Globalization.CultureInfo object. |
[read-only] static | CurrentCulture | CultureInfo.
Gets the System.Globalization.CultureInfo object that represents the culture used by the current thread. |
[read-only] static | CurrentUICulture | CultureInfo.
Gets the System.Globalization.CultureInfo object that represents the current user interface culture used by the Resource Manager to look up culture-specific resources at run time. |
DateTimeFormat | DateTimeFormatInfo.
Gets or sets a System.Globalization.DateTimeFormatInfo that defines the culturally appropriate format of displaying dates and times. | |
static | DefaultThreadCurrentCulture | CultureInfo.
Gets or sets the default culture for threads in the current application domain. |
static | DefaultThreadCurrentUICulture | CultureInfo.
Gets or sets the default UI culture for threads in the current application domain. |
[read-only] | DisplayName | string.
Gets the full localized culture name. |
[read-only] | EnglishName | string.
Gets the culture name in the format languagefull [country/regionfull] in English. |
[read-only] | IetfLanguageTag | string.
Deprecated. Gets the RFC 4646 standard identification for a language. |
[read-only] static | InstalledUICulture | CultureInfo.
Gets the System.Globalization.CultureInfo that represents the culture installed with the operating system. |
[read-only] static | InvariantCulture | CultureInfo.
Gets the System.Globalization.CultureInfo object that is culture-independent (invariant). |
[read-only] | IsNeutralCulture | bool.
Gets a value indicating whether the current System.Globalization.CultureInfo represents a neutral culture. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the current System.Globalization.CultureInfo is read-only. |
[read-only] | KeyboardLayoutId | int.
Gets the active input locale identifier. |
[read-only] | LCID | int.
Gets the culture identifier for the current System.Globalization.CultureInfo. |
[read-only] | Name | string.
Gets the culture name in the format languagecode2-country/regioncode2. |
[read-only] | NativeName | string.
Gets the culture name, consisting of the language, the country/region, and the optional script, that the culture is set to display. |
NumberFormat | NumberFormatInfo.
Gets or sets a System.Globalization.NumberFormatInfo that defines the culturally appropriate format of displaying numbers, currency, and percentage. | |
[read-only] | OptionalCalendars | Calendar[].
Gets the list of calendars that can be used by the culture. |
[read-only] | Parent | CultureInfo.
Gets the System.Globalization.CultureInfo that represents the parent culture of the current System.Globalization.CultureInfo. |
[read-only] | TextInfo | TextInfo.
Gets the System.Globalization.TextInfo that defines the writing system associated with the culture. |
[read-only] | ThreeLetterISOLanguageName | string.
Gets the ISO 639-2 three-letter code for the language of the current System.Globalization.CultureInfo. |
[read-only] | ThreeLetterWindowsLanguageName | string.
Gets the three-letter code for the language as defined in the Windows API. |
[read-only] | TwoLetterISOLanguageName | string.
Gets the ISO 639-1 two-letter code for the language of the current System.Globalization.CultureInfo. |
[read-only] | UseUserOverride | bool.
Gets a value indicating whether the current System.Globalization.CultureInfo uses the user-selected culture settings. |