Share via


VoiceCommandDefinition.Language Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Applies to

See also