- How to implement Android system l10n ?It has been l10n in German.What is different between Android and Linux in realizing system localization?
- What is Operational process of implementing Android l10n ?
- What is needed to implement Android system localization? such as Unicode UTF8, charset,other anything else?
views:
193answers:
3
A:
Are you asking about internationalization/localization? If so there's a pretty extensive writeup in the docs.
fiXedd
2009-07-20 11:07:06
yes,about internationalization/localization.But l10n of Android system,not android app.I want to implement l10n in Android system,like we modify the configure file to implement l10n in Linux.
2009-07-20 11:42:52
So you're wanting to add new languages to Android?
fiXedd
2009-07-20 21:07:41
A:
You can try to use Crowdin.net as localization tool, it has really great set of features to organize and perform translations for Android.
Mike Lennon
2010-05-04 12:29:28