How to Customise android Os For supporting regional launguages
How to customize Android Os for supporting regional languages开发者_JAVA百科???
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
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.
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.
精彩评论