This documentation is archived and is not being maintained.
CultureAndRegionInfoBuilder Properties
Visual Studio 2010
The CultureAndRegionInfoBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
|
AvailableCalendars | Gets or sets an array of calendars that are supported by this CultureAndRegionInfoBuilder object. |
|
CompareInfo | Gets or sets the CompareInfo object that defines how to compare strings for the culture. |
|
ConsoleFallbackUICulture | Gets or sets an alternate user interface culture suitable for console applications when the default graphic user interface culture is inappropriate. |
|
CultureEnglishName | Gets or sets the culture name in English. |
|
CultureName | Gets the name of the culture being created. |
|
CultureNativeName | Gets or sets the culture name in the format and language that the culture is set to display. |
|
CultureTypes | Gets the CultureTypes value that describes the culture represented by the current CultureAndRegionInfoBuilder object. |
|
CurrencyEnglishName | Gets or sets the name, in English, of the currency used in the country/region represented by the current CultureAndRegionInfoBuilder object. |
|
CurrencyNativeName | Gets or sets the native name of the currency used in the country/region represented by the current CultureAndRegionInfoBuilder object. |
|
GeoId | Gets or sets a unique identification number for a geographical region, country, city, or location. |
|
GregorianDateTimeFormat | Gets or sets a DateTimeFormatInfo object that defines the format of dates and times according to the Gregorian calendar. |
|
IetfLanguageTag | Gets or sets a culture name formatted according to the RFC 4646 standard, "Tags for the Identification of Languages." |
|
IsMetric | Gets or sets a value indicating whether the country/region uses the metric system for measurements. |
|
ISOCurrencySymbol | Gets or sets the three-character ISO 4217 currency symbol associated with the country/region. |
|
IsRightToLeft | Gets or sets the predominant direction of lines of text in the writing system associated with the current CultureAndRegionInfoBuilder object. |
|
KeyboardLayoutId | Gets or sets the active input locale identifier. |
|
LCID | Gets the culture identifier for the current CultureAndRegionInfoBuilder object. |
|
NumberFormat | Gets or sets a NumberFormatInfo object that defines the culturally appropriate format of displaying numbers, currency, and percentage. |
|
Parent | Gets or sets the CultureInfo object that represents the parent culture of the current custom culture. |
|
RegionEnglishName | Gets or sets the full name of the country/region in English. |
|
RegionName | Gets the name of the country/region for the current CultureAndRegionInfoBuilder object. |
|
RegionNativeName | Gets or sets the full name of the country/region as known by the people of this custom culture. |
|
TextInfo | Gets or sets the TextInfo object that defines the writing system associated with this custom culture. |
|
ThreeLetterISOLanguageName | Gets or sets the ISO 639-2 three-letter code for the language of this custom culture. |
|
ThreeLetterISORegionName | Gets or sets the three-letter code defined in ISO 3166 for the country/region. |
|
ThreeLetterWindowsLanguageName | Gets or sets the three-letter code for the language as defined in the Windows API. |
|
ThreeLetterWindowsRegionName | Gets or sets the three-letter code assigned by Windows to the country/region represented by the current custom culture. |
|
TwoLetterISOLanguageName | Gets or sets the ISO 639-1 two-letter code for the language of the current CultureInfo object. |
|
TwoLetterISORegionName | Gets or sets the two-letter code defined in ISO 3166 for the country/region. |
Show: