0

Im trying to make a speech recognition program that can recognize Greek and do whatever the user commands it to do, such as "Close window" , "Open this" etc (but in the Greek language). However, i cant seem to find a solution for that matter. From what i've searched theres no Greek language in VS but i was wondering if theres any way i could probably add it , like a package or something. Thanks for your help !

csnoob
  • 97
  • 1
  • 9
  • Maybe this link could help: http://stackoverflow.com/questions/13981294/change-the-language-of-speech-recognition-engine-library – spersson Jan 13 '16 at 13:30
  • This is what i tried, didnt work `var Greek = new CultureInfo(("el-GR")); var speechRec = new SpeechRecognitionEngine(Greek);` – csnoob Jan 13 '16 at 14:15

0 Answers0