Hi,
Is it possible to change the SpeechRecognizer's language at runtime after the recognizer has been created. If for example I start the recognition with English specified and I want it changed to Spanish? I saw that the recognizer has a "SpeechRecognitionLanguage" property but it's readonly.
If not possible, would the correct way to approach be to tear down the first recognizer, create a second recognizer with the new language and switch to it?
Thanks.