CultureInfo Properties
The properties of the CultureInfo class are listed here. For a complete list of CultureInfo class members, see the CultureInfo Members topic.
Public Properties
Calendar Supported by the .NET Compact Framework. | Gets the default calendar used by the culture. |
CompareInfo Supported by the .NET Compact Framework. | Gets the CompareInfo that defines how to compare strings for the culture. |
![]() CurrentCulture Supported by the .NET Compact Framework. | Gets the CultureInfo that represents the culture used by the current thread. |
![]() CurrentUICulture Supported by the .NET Compact Framework. | Gets the CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time. |
DateTimeFormat Supported by the .NET Compact Framework. | 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 Supported by the .NET Compact Framework. | Gets the culture name in the format "<languagefull> (<country/regionfull>)" in English. |
![]() InstalledUICulture | Gets the CultureInfo that represents the culture installed with the operating system. |
![]() InvariantCulture Supported by the .NET Compact Framework. | Gets the CultureInfo that is culture-independent (invariant). |
IsNeutralCulture Supported by the .NET Compact Framework. | Gets a value indicating whether the current CultureInfo represents a neutral culture. |
IsReadOnly Supported by the .NET Compact Framework. | Gets a value indicating whether the current CultureInfo is read-only. |
LCID Supported by the .NET Compact Framework. | Gets the culture identifier for the current CultureInfo. |
Name Supported by the .NET Compact Framework. | Gets the culture name in the format "<languagecode2>-<country/regioncode2>". |
NativeName Supported by the .NET Compact Framework. | Gets the culture name in the format "<languagefull> (<country/regionfull>)" in the language that the culture is set to display. |
NumberFormat Supported by the .NET Compact Framework. | Gets or sets a NumberFormatInfo that defines the culturally appropriate format of displaying numbers, currency, and percentage. |
OptionalCalendars Supported by the .NET Compact Framework. | Gets the list of calendars that can be used by the culture. |
Parent Supported by the .NET Compact Framework. | Gets the CultureInfo that represents the parent culture of the current CultureInfo. |
TextInfo Supported by the .NET Compact Framework. | Gets the TextInfo that defines the writing system associated with the culture. |
ThreeLetterISOLanguageName Supported by the .NET Compact Framework. | Gets the ISO 639-2 three-letter code for the language of the current CultureInfo. |
ThreeLetterWindowsLanguageName Supported by the .NET Compact Framework. | Gets the three-letter code for the language as defined in the Windows API. |
TwoLetterISOLanguageName Supported by the .NET Compact Framework. | Gets the ISO 639-1 two-letter code for the language of the current CultureInfo. |
UseUserOverride Supported by the .NET Compact Framework. | Gets a value indicating whether the current CultureInfo uses the user-selected culture settings. |
