IdeaBlade DevForce 2010 Help Reference
Locale Class Members
See Also  Fields  Properties  Methods  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : Locale Class


The following tables list the members exposed by Locale.

Public Constructors

 NameDescription
Public ConstructorLocale ConstructorOverloaded.   
Top

Public Fields

 NameDescription
Public FieldDELIMITER Delimiter used to separate culture hierarchies.  
Public Fieldstatic (Shared in Visual Basic)Neutral The neutral locale. (i.e. no culture)  
Top

Public Properties

 NameDescription
Public PropertyCalendar (Inherited from System.Globalization.CultureInfo)
Public PropertyCompareInfo (Inherited from System.Globalization.CultureInfo)
Public PropertyCultureTypes (Inherited from System.Globalization.CultureInfo)
Public Propertystatic (Shared in Visual Basic)CurrentLocale Gets or sets the Locale for the current thread. Should never return null.  
Public PropertyDateTimeFormat (Inherited from System.Globalization.CultureInfo)
Public PropertyDisplayName (Inherited from System.Globalization.CultureInfo)
Public PropertyEnglishName (Inherited from System.Globalization.CultureInfo)
Public PropertyFullName Gets the FullName for this locale. Should never return null. Readonly because CultureInfo can't change cultures after construction.  
Public PropertyGmtOffset Gets the number of hours from Greenwich (Global) Mean Time. Readonly because CultureInfo can't change cultures after construction.  
Public PropertyIetfLanguageTag (Inherited from System.Globalization.CultureInfo)
Public PropertyIsNeutralCulture (Inherited from System.Globalization.CultureInfo)
Public PropertyIsReadOnly (Inherited from System.Globalization.CultureInfo)
Public PropertyKeyboardLayoutId (Inherited from System.Globalization.CultureInfo)
Public PropertyLCID (Inherited from System.Globalization.CultureInfo)
Public PropertyName (Inherited from System.Globalization.CultureInfo)
Public PropertyNativeName (Inherited from System.Globalization.CultureInfo)
Public PropertyNumberFormat (Inherited from System.Globalization.CultureInfo)
Public PropertyOptionalCalendars (Inherited from System.Globalization.CultureInfo)
Public PropertyParentOverridden.  Gets the parent Locale. As defined by CultureInfo, the parent of the neutral culture is the neutral culture.  
Public PropertyTextInfo (Inherited from System.Globalization.CultureInfo)
Public PropertyThreeLetterISOLanguageName (Inherited from System.Globalization.CultureInfo)
Public PropertyThreeLetterWindowsLanguageName (Inherited from System.Globalization.CultureInfo)
Public PropertyTwoLetterISOLanguageName (Inherited from System.Globalization.CultureInfo)
Public PropertyUseUserOverride (Inherited from System.Globalization.CultureInfo)
Top

Public Methods

 NameDescription
Public MethodClearCachedData (Inherited from System.Globalization.CultureInfo)
Public MethodClone (Inherited from System.Globalization.CultureInfo)
Public MethodEquals (Inherited from object)
Public MethodGetConsoleFallbackUICulture (Inherited from System.Globalization.CultureInfo)
Public MethodGetFormatOverridden.  Support for IFormatProvider.  
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodToString Returs the FullName of the Locale.  
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.