CorLib  

CultureInfo

CultureInfo overview

Implements:

ICloneable 
IFormatProvider 
IObject 

Public:

Properties:
Calendar (get) Returns the default calendar for the current culture.  
DateTimeFormat (get) Returns the DateTimeFormatInfo associated with this culture.  
DateTimeFormat (set) Sets the DateTimeFormatInfo for the specific culture object.  
DisplayName (get) Returns a displayable name for the culture name.  
EnglishName (get) Returns the english translation for the culture name.  
IsNeutralCulture (get) Returns if this culture is neutral.  
IsReadOnly (get) Returns if this instance is ReadOnly.  
LCID (get) Returns the Locale ID for this culture instance.  
Name (get) Returns the name of the culture.  
NativeName (get) Returns the native name for this culture instance.  
NumberFormat (get) Returns the NumberFormatInfo associated with this culture.  
NumberFormat (set) Sets the NumberFormatInfo for the specific culture object.  
OptionalCalendars (get) Returns a list of optional calendars supported by the culture.  
Parent (get) Returns the parent culture for this culture.  
ThreeLetterISOLanguageName (get) Returns the 3 letter ISO 639-2 standard of the culture name.  
ThreeLetterWindowsLanguageName (get) Returns the 3 letter Windows name of the culture name.  
TwoLetterISOLanguageName (get) Returns the 2 letter ISO 639-1 standard of the culture name.  
UseUserOverride (get) Returns whether the culture instance is using the user settings.  
Methods:
Clone Returns a clone of this culture instance.  
Equals Returns a boolean indicating if the value and this object instance are the same instance.  
GetFormat Returns a format provider of the specified type.  
GetHashCode Returns a pseudo-unique number identifying this instance.  
ToString Returns a string representation of this object instance.  

See Also