Thai language Locale Setting problem in the android

点点圈 提交于 2019-12-08 09:23:34

问题


I have some problem of localization.I have some content which have both Thai and english. when i run in the android2.1 Thai language show as Boxes. so have set that Thai language as locale in my activity as below

Locale local=new Locale("th","TH"); Locale.setDefault(locale);

Which is working in the Android2.3 but not working in the Android2.1. Please let me know where the mistake is? how can resolve this problem

By Akil


回答1:


Thai is not supported in 2.1

Android 2.1 Platform notes



来源:https://stackoverflow.com/questions/5623812/thai-language-locale-setting-problem-in-the-android

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