[AC-2949] Android App Name Internationalization - Wiki error or Bug ?
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2012-07-02T11:11:09.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | android, appname, internationalization |
| Reporter | Jean-Sébastien GALLOO |
| Assignee | Mauro Parra-Miranda |
| Created | 2012-06-26T02:10:42.000+0000 |
| Updated | 2016-03-08T07:47:56.000+0000 |
Description
The following case is either an error in wiki, or a bug in Ti Mobile:
When we want to internationalize App name under Androïd, steps are described in the wiki
https://wiki.appcelerator.org/display/guides/Internationalization#Internationalization-Internationalizingtheapp%27sname
But, it doesn't work. After dealing with it, i just did that:
1. No need to create /platform/android/res/values-XX/strings.xml for each langage
2. just create App Name in each i18n/lng/strings.xml file
3. modify AndroidManifest.xml
It seems that i18n files overrides /platform/android/res/values-XX/strings.xml
It's perhaps a bug and not an error in the wiki.
DUP issue.