VoiceCommandServiceConnection.Language Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.