GeographicRegion.NativeName Property

Definition

Gets the name of the region in the primary language spoken in this region.

public:
 property Platform::String ^ NativeName { Platform::String ^ get(); };
winrt::hstring NativeName();
public string NativeName { get; }
var string = geographicRegion.nativeName;
Public ReadOnly Property NativeName As String

Property Value

String

Platform::String

winrt::hstring

The name of the region in the primary language spoken in this region.

Applies to