Hi!!! Yes is very easy, you only have to create in /res directory, other for default (and english) labels call values (/res/values) and other for the specific language, for spanish you have to create one with the name /values-es, so you have the complete path /res/values-es. In both directories, you have to put one strings.xml and inside pairs of key-values, the same keys in both files, and the values must be different according with the localization language.
For more info: http://developer.android.com/guide/topics/resources/resources-i18n.html#AlternateResources See u!! On 6 mar, 06:45, Bo Yan <[email protected]> wrote: > Hi everyone, > > Is there a way to get the application label in different languages > according to locale? For example, I can get the application label > "Settings" of package com.android.settings in English, "Ajustes" in > Spanish. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

