[android-developers] Re: Locale for Spanish missing?

2012-06-29 Thread neil odiaz
what about FILIPINO DIALECT ? do you how to get into this ?

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Locale for Spanish missing?

2009-10-14 Thread dsurround

Use
myTts.setLanguage(new Locale(es))

This works for spain.  Apparently, Java decided not to spell out all
locales a while back.

Wanted to post in case others are running into same problem.



On Oct 13, 9:15 am, dsurround dsurro...@gmail.com wrote:
 I am interfacing with the Text Synthesis engine of 1.6.  I am trying
 to set the language to Spanish.  I can set it to English, German,
 French and Italian, but Spanish does not come up as an option.

 myTts.setLanguage(Locale.SPANISH);  // this does not work
 myTts.setLanguage(Locale.GERMAN);  // this works along with ENGLISH,
 ITALIAN or FRENCH

 Seems like it should be there.  Is that a known bug?  I have looked
 through
 the forums, can't find anything. I can set it to SPANISH
 through the settings interface on the phone, but need to set it
 programatically.
 Please advise.
 Thanks!
--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---