When I run Locale.getDefault()
There is no country code!
The language code is set to "en_us"
When I set a varaible "audioLocale" using
audioLocale= Locale.US
The country code is "US"
The language code is "en"
When I run
mTts.isLanguageAvailable(audioLocale) == TextToSpeech.LANG_AVAILABLE
I get
-2 == 0
Why is mTts reporting that the US language is not available?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
No comments:
Post a Comment