Share via


VoiceCommandServiceConnection.Language Property

Definition

Gets the locale for the voice command.

public:
 property Language ^ Language { Language ^ get(); };
Language Language();
public Language Language { get; }
var language = voiceCommandServiceConnection.language;
Public ReadOnly Property Language As Language

Property Value

The locale for the voice command.

Applies to

See also