Setting language for TTS programmatically?

北慕城南 提交于 2019-11-29 02:17:27
Femi

From https://web.archive.org/web/20120505124037/http://developer.android.com/resources/articles/tts.html, you may want to try this:

Locale loc = new Locale ("spa", "ESP");

Seems odd, but that's what they reference (not es like one would expect).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!