Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 837 Bytes

geographicregion.md

File metadata and controls

30 lines (20 loc) · 837 Bytes
-api-id -api-type
T:Windows.Globalization.GeographicRegion
winrt class

Windows.Globalization.GeographicRegion

-description

Describes a region. This is usually a country, but may be a macroregion.

-remarks

For a list of standard country/region codes used by Microsoft, see the Official Country/Region List.

-examples

// Get the user's geographic region and its display name.
var geographicRegion = new Windows.Globalization.GeographicRegion();
var displayName = geographicRegion.DisplayName;

-see-also

Globalization preferences sample (Windows 10)