RegionInfo Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The RegionInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
CurrencySymbol | Gets the currency symbol associated with the country/region. |
|
CurrentRegion | Gets the RegionInfo that represents the country/region used by the current thread. |
|
DisplayName | Gets the full name of the country/region in the language of the localized version of the .NET Framework. |
|
EnglishName | Gets the full name of the country/region in English. |
|
IsMetric | Gets a value indicating whether the country/region uses the metric system for measurements. |
|
ISOCurrencySymbol | Gets the three-character ISO 4217 currency symbol associated with the country/region. |
|
Name | Gets the name or ISO 3166 two-letter country/region code for the current RegionInfo object. |
|
NativeName | Gets the name of a country/region formatted in the native language of the country/region. |
|
TwoLetterISORegionName | Gets the two-letter code defined in ISO 3166 for the country/region. |
Show: