如何自定义 Android 操作系统以支持区域语言
如何自定义 Android 操作系统以支持区域语言???
的可行性如何
我想知道创建自定义 Android 版本并将其部署到市场上当前可用的设备上
......???关于哪种语言,Sdk,我需要使用的其他东西的意见。欢迎大家
我不知道从哪里开始。我需要专家的建议
感谢您宝贵的时间........
问候, 刈谷酱
How to customize Android Os for supporting regional languages???
I was wondering what the feasibility would be for creating a custom Android build
and deploying it on a currently available device on the market ....????
Opinion about which language,Sdk,other things i need to use .All are welcome
I don't know where to start .I need Advice from experts
Thanks for your valuable time........
Regards,
Kariyachan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
地区语言,如:德语、瑞典语、法语等?
如果是,那就是您的链接: http://developer.android.com/guide/ topic/resources/localization.html
在 Android 中这非常简单。
Regional Language, like : German, Swedish, French etc?
If yes, that's your link: http://developer.android.com/guide/topics/resources/localization.html
It's quite easy in Android.
为了定制Android,首先您需要从source.android.com获取源代码。然后您可以添加翻译或进行任何其他改进。
之后,您可以构建自定义 Android 或要求贡献项目本身。
对于应用程序,需要在应用程序资源内进行特殊的本地化工作。
In order to customize Android, first you need to get the source from source.android.com. Then you can add translations or make any other improvements.
After that you can just build your custom Android or ask to contribute the project itself.
For applications, special localization work is required within application resources.