Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Android, not able to use other Locales #2

Open
rubencg195 opened this issue Mar 18, 2018 · 3 comments · May be fixed by #25
Open

Android, not able to use other Locales #2

rubencg195 opened this issue Mar 18, 2018 · 3 comments · May be fixed by #25

Comments

@rubencg195
Copy link

rubencg195 commented Mar 18, 2018

I've implemented a system in Flutter in which I can choose my language from a menu. The program starts by default in English but when I try to set it to Spanish or French it doesn't work.

I know that in the readme.md says that to make it work, more configuration is needed. The question is what do I need to do to make it work in other languages.

image

_speech.listen( locale: widget._language ).then((result) => setState(() {
print("Listening ${result}");
this.setState(() {
transcription = result;
});
}));

@rubencg195
Copy link
Author

@rxlabz How can I add other languages to Android programatically?

JimvanKleef pushed a commit to JimvanKleef/speech_recognition that referenced this issue Jan 24, 2019
Merge pull request rxlabz#24 from korkies22/master
@brunohaetinger
Copy link

When the flutter Speech_recognition plugin will be updated with this language locale fix?
https://pub.dartlang.org/packages/speech_recognition

@olexale olexale linked a pull request Feb 17, 2019 that will close this issue
@gpapadas
Copy link

gpapadas commented Sep 7, 2019

Hello, my device's locale is el_GR (Greek) but the plugin understands/converts speech to text only English. Is there a way to fix this?

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

Successfully merging a pull request may close this issue.

3 participants