VoiceInformation.Language プロパティ

定義

音声合成エンジン (音声) の正規化された BCP-47 言語タグ を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

正規化された BCP-47 言語タグ

適用対象

こちらもご覧ください