You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code sets en-US as the culture of the voice recognition grammar created. If your culture is different to this then recognition fails. If I set an en-GB culture on the grammar builder then it works for me.
When I say 'sets' I mean it uses the default which seems to be en-US even when running on a non US version of Windows
var gb = new GrammarBuilder(c) {Culture = CultureInfo.InstalledUICulture};
Just installed this on a fresh version of 2013 and when i try to use it it just shows
"I didn't quite get that.Please try again"
The text was updated successfully, but these errors were encountered: