Language.DisplayName Property

Definition

Gets a localized string that is suitable for display to the user for identifying the language.

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

Property Value

String

Platform::String

winrt::hstring

The localized name of the language.

Applies to