Hi Newsgroup,
I'm trying to use class "SpeechRecognitionEngine" under .NET 3.0.
My intention is, to recognize multiple grammers in different languages, thus
I've done the following:
.... do some initalization with the grammer objects....
- SpeechRecognitionEngine.LoadGrammer(oGermanGrammer)
- SpeechRecognitionEngine.LoadGrammer(oEnglishGrammer)
....
the "Grammer" is build by GrammerBuilder, with a given "Culture".
e.g.. grammarBuilder.Culture = new CultureInfo("en-US");
When loading the "english grammer" an exception is thrown by the framework
with the hint, that the actual Speechrecognition module does not match the
loaded grammer.
sfsg. under "Control Panel"->"Speech Properties" only the German Modul is
installed.
Is it possible to install and use multiple Speechrecognition modules (for
Vista and XP(SP2)) -> english, german, french at the same time to fulfill
the above requirement?
Thanks for your help!
Wolfgang