CultureInfo Properties
.NET Framework 2.0
| 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 the CultureInfo that represents the culture used by the current thread. |
| CurrentUICulture | Gets the CultureInfo 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 that defines the culturally appropriate format of displaying dates and times. |
| DisplayName | Gets the culture name in the format "<languagefull> (<country/regionfull>)" in the language of the localized version of .NET Framework. |
| EnglishName | Gets the culture name in the format "<languagefull> (<country/regionfull>)" in English. |
| IetfLanguageTag | Gets the RFC 3066(bis) standard identification for a language. |
| InstalledUICulture | Gets the CultureInfo that represents the culture installed with the operating system. |
| InvariantCulture | Gets the CultureInfo 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 in the format "<languagefull> (<country/regionfull>)" in the language 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 uses the user-selected culture settings. |