CultureInfo Members
Public Constructors
CultureInfo Constructor Supported by the .NET Compact Framework. | Overloaded. Initializes a new instance of the CultureInfo class. |
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. |
Public Methods
ClearCachedData | Refreshes cached culture-related information. |
Clone Supported by the .NET Compact Framework. | Creates a copy of the current CultureInfo. |
![]() CreateSpecificCulture Supported by the .NET Compact Framework. | Creates a CultureInfo that represents the specific culture that is associated with the specified name. |
Equals Supported by the .NET Compact Framework. | Overridden. Determines whether the specified object is the same culture as the current CultureInfo. |
![]() GetCultures | Gets the list of supported cultures filtered by the specified CultureTypes. |
GetFormat Supported by the .NET Compact Framework. | Gets an object that defines how to format the specified type. |
GetHashCode Supported by the .NET Compact Framework. | Overridden. Serves as a hash function for the current CultureInfo, suitable for use in hashing algorithms and data structures, such as a hash table. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
![]() ReadOnly Supported by the .NET Compact Framework. | Returns a read-only wrapper around the specified CultureInfo. |
ToString Supported by the .NET Compact Framework. | Overridden. Returns a string containing the name of the current CultureInfo in the format "<languagecode2>-<country/regioncode2>". |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
