Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.24 KB

speechrecognizer_currentlanguage.md

File metadata and controls

25 lines (17 loc) · 1.24 KB
-api-id -api-type
P:Windows.Media.SpeechRecognition.SpeechRecognizer.CurrentLanguage
winrt property

Windows.Media.SpeechRecognition.SpeechRecognizer.CurrentLanguage

-description

Gets the language used for speech recognition.

-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.

-examples

-see-also

SupportedGrammarLanguages, SupportedTopicLanguages, SystemSpeechLanguage, Speech interactions, Speech recognition and speech synthesis sample