VoiceCommandSet.Language Property

Definition

Gets the language (xml:lang) value of the CommandSet element in the Voice Command Definition file.

public:
 property Platform::String ^ Language { Platform::String ^ get(); };
winrt::hstring Language();
/// [get: Windows.Foundation.Metadata.Deprecated("Use Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition instead of Windows.Media.SpeechRecognition.VoiceComandSet. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Phone.PhoneContract")]
winrt::hstring Language();
public string Language { get; }
public string Language { [Windows.Foundation.Metadata.Deprecated("Use Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition instead of Windows.Media.SpeechRecognition.VoiceComandSet. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Phone.PhoneContract")] get; }
var string = voiceCommandSet.language;
Public ReadOnly Property Language As String

Property Value

String

Platform::String

winrt::hstring

The language (xml:lang) of the command set.

Attributes

Applies to

See also