Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working #4

Open
ghost opened this issue Nov 17, 2013 · 3 comments
Open

Not working #4

ghost opened this issue Nov 17, 2013 · 3 comments

Comments

@ghost
Copy link

ghost commented Nov 17, 2013

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"

@guidozanon
Copy link

Same happening to me

@FurkanKambay
Copy link

Happens here:

else if (string.IsNullOrEmpty(_rejected))

@rwg0
Copy link

rwg0 commented Nov 16, 2018

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};

should be a generic fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants