Android中的泰语区域设置问题
我有一些本地化问题。我有一些内容既有泰语又有英语。当我在android2.1泰语中运行时显示为Boxes。因此,在我的活动中将泰语设置为区域设置,如下所示
Locale local=new Locale("th","TH"); Locale.setDefault(区域设置);
它在Android2.3中工作但在Android2.1中不起作用。请告诉我错误在哪里?如何解决这个
问题 阿基尔
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
2.1 不支持泰语
Android 2.1 平台说明
Thai is not supported in 2.1
Android 2.1 Platform notes