SpeechRecognizer.CurrentLanguage 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 language used for speech recognition.
public:
property Language ^ CurrentLanguage { Language ^ get(); };
Language CurrentLanguage();
public Language CurrentLanguage { get; }
var language = speechRecognizer.currentLanguage;
Public ReadOnly Property CurrentLanguage As Language
Property Value
The language used for speech recognition.
Remarks
CurrentLanguage is initialized with the value specified in the SpeechRecognizer(language) constructor. If no language is specified in the SpeechRecognizer() constructor, CurrentLanguage is initialized with the value of SystemSpeechLanguage.