Android 泰语本地化
我已经为 Android 应用程序实现了语言本地化。
我的问题是:
我似乎无法测试本地化是否有效,因为 Android 似乎本身不支持泰语。是这样吗?
如果使用我的应用程序在手机上安装了泰语字体包,“Locale.getDefault()……代码是否会像任何其他本机支持的语言一样检测到该字体包并采取适当的操作。
我看不到类似的问题可以回答我的问题。
干杯
I have implemented language localization to an Android application.
My questions are:
I can't seem to test if the localization works, as Android doesn't seem to support Thai natively. Is this the case?
If a Thai font pack was installed on a phone using my App, would the "Locale.getDefault()...... code detect that font pack the same as any other natively supported language and act appropriately.
No similar questions that I can see answer my question.
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚在我的 HTC Sensation 和泰语作品上尝试过这个,并且有正确显示它的字体。尝试使用 Android Market 中名为“morelocale2”的程序(我与此应用程序没有任何关系)。它将允许您将手机的语言设置为任何 Android 支持的语言。它使测试本地化变得更加容易。
I just tried this on my stock HTC Sensation and Thai language works and has the fonts to display it properly. Try using a program called "morelocale2" (I have no affiliation with this app) in the Android Market. It will allow you to set your phone's language to any of the Android supported languages. It makes testing localization much easier.