Share via


VoiceInformation.Language Propriedade

Definição

Obtém a marca de idioma BCP-47 normalizada do mecanismo de síntese de fala (voz).

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

Valor da propriedade

String

Platform::String

winrt::hstring

A marca de idioma BCP-47 normalizada.

Aplica-se a

Confira também