VoiceInformation.Language property

Gets the language of the text-to-speech (TTS) voice.

Syntax

public string Language { get; }
Public ReadOnly Property Language As String
public:
property String^ Language { 
   String^ get();
}

Property value

Type: System.String [.NET] | Platform::String [C++]

The language of the text-to-speech (TTS) voice.

Remarks

For more information about how to use the Language property, see Speech output for Windows Phone.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Synthesis Windows::Phone::Speech::Synthesis [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone]

See also

VoiceInformation