Calendar | | Calendar | | Returns a System.Calendar object aligned to this culture |
CompareInfo | | CompareInfo | | Gets the CompareInfo that defines how to compare strings for the culture. |
CurrentCulture | | CultureInfo | | Gets the CultureInfo that represents the culture used by the current thread. |
CurrentUICulture | | CultureInfo | | Gets the CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time. |
DateTimeFormat | | DateTimeFormatInfo | | Gets or sets a DateTimeFormatInfo that defines the culturally appropriate format of displaying dates and times. |
DisplayName | | String | | Gets the culture name in the format "languagefull (country/regionfull)" in the language of the localized version of .NET Framework. |
EnglishName | | String | | Gets the culture name in the format "languagefull (country/regionfull)" in English. |
InstalledUICulture | | CutureInfo | | Gets the CultureInfo that represents the culture installed with the operating system. |
InvariantCulture | | CultureInfo | | Gets the CultureInfo that is culture-independent (invariant). |
IsNeutralCulture | | Boolean | | Gets a value indicating whether the current CultureInfo represents a neutral culture. |
IsReadOnly | | Boolean | | Gets a value indicating whether the current CultureInfo is read-only. |
LCID | | Integer | | Gets the culture identifier for the current CultureInfo. |
Name | | String | | Gets the culture name in the format "languagecode2-country/regioncode2". |
NativeName | | String | | Gets the culture name in the format "languagefull (country/regionfull)" in the language that the culture is set to display. |
NumberFormat | | NumberFormatInfo | | Gets or sets a NumberFormatInfo that defines the culturally appropriate format of displaying numbers, currency, and percentage. |
OptionalCalendars | | Array of Calendar | | Gets the list of calendars that can be used by the culture. |
Parent | | CultureInfo | | Gets the CultureInfo that represents the parent culture of the current CultureInfo. |
TextInfo | | TextInfo | | Gets the TextInfo that defines the writing system associated with the culture. |
ThreeLetterISOLanguageName | | String | | Gets the ISO 639-2 three-letter code for the language of the current CultureInfo. |
ThreeLetterWindowsLanguageName | | String | | Gets the three-letter code for the language as defined in the Windows API. |
TwoLetterISOLanguageName | | String | | Gets the ISO 639-1 two-letter code for the language of the current CultureInfo. |
UseUserOverride | | Boolean | | Gets a value indicating whether the current CultureInfo uses the user-selected culture settings. |