Android 应用程序阿拉伯语支持
我已经按照developer.android官方网站上的教程Hello L10进行操作,但没有任何关于阿拉伯语的内容。
Android 应用程序要使用阿拉伯语需要执行哪些步骤? 例如,用户可以使用组合框或单选按钮来选择英语或阿拉伯语。(我已经这样做了)。
现在,如果用户选择阿拉伯语,整个应用程序字符应转换为阿拉伯语。 即使提供的键盘也应该是阿拉伯语?如果我必须为此制作自定义键盘?或者任何其他方式? 我不知道。有教程/演示吗?。但是我用谷歌搜索但没有得到具体的材料。
有什么建议吗?
i have followed tutorial Hello L10 in developer.android official website,but nothing regarding arabic.
what are the steps needed for an android application to be in arabic?
for eg,User can have either a combobox or radio button to choose from english or arabic.(i have done this).
Now if user selects arabic whole application characters should be converted in arabic.
even the keyboard presented should be in arabic?if i have to make custom keyboard for this?or any other way?
i dont have any idea.Any tutorial/demo ?.However i have googled around but not get specific material.
Any suggestion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用户通过“设置”应用程序在设备级别设置其区域设置。如果他们的设备支持阿拉伯语(某些运行 Android 2.3 和 3.0 的设备将支持),那么如果您的应用程序的资源有阿拉伯语翻译,则会显示阿拉伯语。此外,用户还将获得阿拉伯语软键盘。
除了为您的字符串提供阿拉伯语翻译之外,其余的取决于用户及其设备。
Users set their locale at the device level, through the Settings application. If their device supports Arabic -- some devices running Android 2.3 and 3.0 will -- then if your application has Arabic translations of its resources, the Arabic will appear. Also, the user will get an Arabic soft keyboard.
Other than providing Arabic translations for your strings, the rest is up to the user and their device.