Language.NativeName Property

Definition

Gets the name of the language in the language itself.

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

Property Value

String

Platform::String

winrt::hstring

The name of the language in the language itself.

Applies to