Android Localization

1. Localization:

http://developer.android.com/guide/topics/resources/localization.html

2. demo:

http://developer.android.com/resources/tutorials/localization/index.html

3. For testing, just need to set the

Settings ->Language & keyBoard ->select language(the language is combined both the language and the region info.)

For detail, pls see my demo :HelloL10N

note: 1. do remember to change the

app_name to every language. 

2. Change the icon to every languag/region.

@drawable/ic_launcher.

原文地址:https://www.cnblogs.com/Jessy/p/2354345.html