VoiceInformation.Language Property

Definition

Gets the normalized BCP-47 language tag of the speech synthesis engine (voice).

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

Property Value

String

Platform::String

winrt::hstring

The normalized BCP-47 language tag.

Applies to

See also