> I am interested in localizing an app and have read the "Localizing
> Andrdoi Apps - Draft" article on the first page of the Android
> Developers group page.

Do you have any exact problems with localization? Or you want
to start? If so, things are quite simple: just put all your messages
and strings into values/strings.xml. do not hardcode in your app.
Hand this file to your translator. When s/he is done, create
values-<code> folder and put returned file there (i.e. <code>
is language code, de for Deutsch, sv for Svenska, pl for Polish
etc). Done. Re-build your app and you got localized version,
and if user runs Android in language you support, your app
will automatically use it too. Nothing needs to be done.
There're some other subjects related too, but briefly, for
a start - that's mostly it.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to