I am using Text to Speech.
When I set the language using
mTts = new TextToSpeech(this, this);
mTts.setLanguage(Locale.UK)
I always get an American accent.
The only way to fix this is by changing the default language setting in the Android system. What am I doing wrong?
SOLVED
Instead of putting it inside onActivityResult() put it inside onInit(int status) and it works
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With