[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=IFormatProvider,CultureInfo Info=Provides information about a specific culture. The information includes the names for the culture, the writing system, the calendar used, and formatting for dates and sort strings. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the CultureInfo class. ARG(enum)|14|0|Constructor,Constructor2,Constructor3,Constructor4 CultureName=Sets a predefined CultureInfo name, Name of an existing CultureInfo, or Windows-only culture name. Name is not case-sensitive. ARG(string)|2| LCID=Sets a predefined CultureInfo identifier, LCID property of an existing CultureInfo object, or Windows-only culture identifier. ARG(int)|1|0 @DateTimeFormat=Sets a DateTimeFormatInfo that defines the culturally appropriate format of displaying dates and times. ARG(DateTimeFormatInfo)|20|(empty)|DateTimeFormatInfo @NumberFormat=Sets a NumberFormatInfo that defines the culturally appropriate format of displaying numbers, currency, and percentage. ARG(NumberFormatInfo)|20|(empty)|NumberFormatInfo UserOverride=Sets a value indicating whether to use the user-selected culture settings. ARG(bool)|14|1|true,false [Methods] *doConstructor=Initializes a new instance of the CultureInfo class based on the culture specified by the culture identifier. ARG(int lcid)|1|0 *doConstructor2=Initializes a new instance of the CultureInfo class based on the culture specified by name. ARG(string culturename)|1|0 *doConstructor3=Initializes a new instance of the CultureInfo class based on the culture specified by the culture identifier and on the Boolean that specifies whether to use the user-selected culture settings from the system. ARG(int lcid, bool useuseroverride)|1|0 *doConstructor4=Initializes a new instance of the CultureInfo class based on the culture specified by name and on the Boolean that specifies whether to use the user-selected culture settings from the system. ARG(string culturename, bool useuseroverride)|1|0 *Calendar=Returns the default calendar used by the culture. ARG(Calendar)|3|0 *Clone=Creates a copy of the current CultureInfo. ARG(Object)|3|0 *CompareInfo=Returns the CompareInfo that defines how to compare strings for the culture. ARG(CompareInfo)|3|0 *CultureTypes=Returns the culture types that pertain to the current CultureInfo object. ARG(CultureTypes)|3|0 *CurrentCulture=Returns the CultureInfo that represents the culture used by the current thread. ARG(CultureInfo)|3|0 *CurrentUICulture=Returns the CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time. ARG(CultureInfo)|3|0 *DateTimeFormat=Returns a DateTimeFormatInfo that defines the culturally appropriate format of displaying dates and times. ARG(DateTimeFormatInfo)|3|0 *DisplayName=Returns the culture name in the format " ()" in the language of the localized version of .NET Framework. ARG(string)|3|2 *EnglishName=Returns the culture name in the format " ()" in English. ARG(string)|3|2 *GetConsoleFallbackUICulture=Gets an alternate user interface culture suitable for console applications when the default graphic user interface culture is unsuitable. ARG(CultureInfo)|3|0 *IetfLanguageTag=Deprecated. Gets the RFC 4646 standard identification for a language. ARG(string)|3|2 *InstalledUICulture=Returns the CultureInfo that represents the culture installed with the operating system. ARG(CultureInfo)|3|0 *InvariantCulture=Returns the CultureInfo object that is culture-independent. ARG(CultureInfo)|3|0 *IsNeutralCulture=Returns a value indicating whether the current CultureInfo represents a neutral culture. ARG(bool)|3|104 *IsReadOnly=Returns a value indicating whether the current CultureInfo is read-only. ARG(bool)|3|104 *KeyboardLayoutId=Returns the active input locale identifier. ARG(int)|3|1 *Name=Returns the culture name in the format "languagecode2-country/regioncode2". ARG(string)|3|2 *NativeName=Returns the culture name, consisting of the language, the country/region, and the optional script, that the culture is set to display. ARG(string)|3|2 *NumberFormat=Returns a NumberFormatInfo that defines the culturally appropriate format of displaying numbers, currency, and percentage. ARG(NumberFormatInfo)|3|0 *OptionalCalendars=Returns the list of calendars that can be used by the culture. ARG(Calendar[])|3|13 *Parent=Returns the CultureInfo that represents the parent culture of the current CultureInfo. ARG(CultureInfo)|3|0 *TextInfo=Returns the TextInfo that defines the writing system associated with the culture. ARG(TextInfo)|3|0 *ThreeLetterISOLanguageName=Returns the ISO 639-2 three-letter code for the language of the current CultureInfo. ARG(string)|3|2 *ThreeLetterWindowsLanguageName=Returns the three-letter code for the language as defined in the Windows API. ARG(string)|3|2 *TwoLetterISOLanguageName=Returns the ISO 639-1 two-letter code for the language of the current CultureInfo. ARG(string)|3|2 CultureInfo=Returns the CultureInfo object. ARG(CultureInfo)|3|0 LCID=Defines a predefined CultureInfo identifier, LCID property of an existing CultureInfo object, or Windows-only culture identifier. ARG(int)|4|1 CultureName=Defines a predefined CultureInfo name, Name of an existing CultureInfo, or Windows-only culture name. Name is not case-sensitive. ARG(string)|4|2 UseUserOverride=Defines a Boolean that denotes whether to use the user-selected culture settings. ARG(bool)|4|104