[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Implements methods of the CultureInfo. [Property] CultureInfo=Sets a CultureInfo object that implements methods. ARG(CultureInfo)|20|(empty)|CultureInfo [Methods] *doClearCachedData=Refreshes cached culture-related information. ARG()|1|0 *doCreateSpecificCulture=Creates a CultureInfo that represents the specific culture that is associated with the specified name. ARG(string culturename)|1|0 doGetCultureInfo=Retrieves a cached, read-only instance of a culture by using the specified culture identifier. ARG(int cultureid)|1|0 *doGetCultureInfo2=Retrieves a cached, read-only instance of a culture by using the specified culture name. ARG(string culturename)|1|0 *doGetCultureInfo3=Retrieves a cached, read-only instance of a culture. Parameters specify a culture that is initialized with the TextInfo and CompareInfo objects specified by another culture. ARG(string culturename, string altName)|1|0 *doGetCultureInfoByIetfLanguageTag=Deprecated. Retrieves a read-only CultureInfo object having linguistic characteristics that are identified by the specified RFC 4646 language tag. ARG(string culturename)|1|0 *doGetCultures=Gets the list of supported cultures filtered by the specified CultureTypes parameter. ARG(CultureTypes types)|1|0 *doGetFormat=Gets an object that defines how to format the specified type. ARG(Type formatType)|1|0 *onCreateSpecificCulture=Occurs after invoke the method doCreateSpecificCulture and returns the result. ARG(CultureInfo)|2|0 onGetCultureInfo=Occurs after invoke the method doGetCultureInfo and returns the result. ARG(CultureInfo)|2|0 *onGetCultureInfoByIetfLanguageTag=Occurs after invoke the method doGetCultureInfoByIetfLanguageTag and returns the result. ARG(CultureInfo)|2|0 *onGetCultures=Occurs after invoke the method doGetCultures and returns the result. ARG(CultureInfo[])|2|13 *onGetFormat=Occurs after invoke the method doGetFormat and returns the result. ARG(Object)|2|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 *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 *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 *LCID=Returns the culture identifier for the current CultureInfo. 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 *ReadOnly=Returns a read-only wrapper around the specified CultureInfo. ARG(CultureInfo)|3|0 CultureInfo=Defines a CultureInfo object that implements methods. ARG(CultureInfo)|4|0 *altName=Defines the name of a culture that supplies the TextInfo and CompareInfo objects used to initialize name. altName is not case-sensitive. ARG(string)|4|2 *ci=Defines the CultureInfo to wrap. ARG(CultureInfo)|4|0 *cultureID=Defines a predefined CultureInfo identifier, LCID property of an existing CultureInfo object, or Windows-only culture identifier. ARG(int)|4|1 *formatType=Defines the Type for which to get a formatting object. This method only supports the NumberFormatInfo and DateTimeFormatInfo types. ARG(Type)|4|0 *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 *types=Defines a bitwise combination of the enumeration values that filter the cultures to retrieve. ARG(CultureTypes)|4|0