CultureInfo Properties
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Calendar | Gets the default calendar used by the culture. |
![]() | CompareInfo | Gets the CompareInfo that defines how to compare strings for the culture. |
![]() | CultureTypes | Gets the culture types that pertain to the current CultureInfo object. |
![]() ![]() | CurrentCulture | Gets or sets the CultureInfo object that represents the culture used by the current thread. |
![]() ![]() | CurrentUICulture | Gets or sets the CultureInfo object that represents the current user interface culture used by the Resource Manager to look up culture-specific resources at run time. |
![]() | DateTimeFormat | Gets or sets a DateTimeFormatInfo that defines the culturally appropriate format of displaying dates and times. |
![]() ![]() | 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 full localized culture name. |
![]() | EnglishName | Gets the culture name in the format languagefull [country/regionfull] in English. |
![]() | IetfLanguageTag | Deprecated. Gets the RFC 4646 standard identification for a language. |
![]() ![]() | InstalledUICulture | Gets the CultureInfo that represents the culture installed with the operating system. |
![]() ![]() | InvariantCulture | Gets the CultureInfo object that is culture-independent (invariant). |
![]() | IsNeutralCulture | Gets a value indicating whether the current CultureInfo represents a neutral culture. |
![]() | IsReadOnly | Gets a value indicating whether the current CultureInfo is read-only. |
![]() | KeyboardLayoutId | Gets the active input locale identifier. |
![]() | LCID | Gets the culture identifier for the current CultureInfo. |
![]() | Name | Gets the culture name in the format languagecode2-country/regioncode2. |
![]() | NativeName | Gets the culture name, consisting of the language, the country/region, and the optional script, that the culture is set to display. |
![]() | NumberFormat | Gets or sets a NumberFormatInfo that defines the culturally appropriate format of displaying numbers, currency, and percentage. |
![]() | OptionalCalendars | Gets the list of calendars that can be used by the culture. |
![]() | Parent | Gets the CultureInfo that represents the parent culture of the current CultureInfo. |
![]() | TextInfo | Gets the TextInfo that defines the writing system associated with the culture. |
![]() | ThreeLetterISOLanguageName | Gets the ISO 639-2 three-letter code for the language of the current CultureInfo. |
![]() | ThreeLetterWindowsLanguageName | Gets the three-letter code for the language as defined in the Windows API. |
![]() | TwoLetterISOLanguageName | Gets the ISO 639-1 two-letter code for the language of the current CultureInfo. |
![]() | UseUserOverride | Gets a value indicating whether the current CultureInfo object uses the user-selected culture settings. |

