Hi, I’m making a kind of utility app.
and want to display a different app title according to the language setting of the device.
(app title localization…)
I know and successfully did for iOS.
but… for Android devices, localization files should be in ‘res’ directory in APK.
like this. (default/french/japanese)
/res/values/strings.xml
/res/values-fr/strings.xml
/res/values-ja/strings.xml
but as I know there’s no way to put some files in ‘res’ folder with Corona SDK.
so I want to try unpack the APK file after normal building with Corona SDK,
put some string files, repack with signing.
I’m not sure whether it will be successful and can be accepted by google play store.
but just want to try.
I googled about this and some ppl say to use ‘apktool’(which can be found in google code)
but I cannot understand how to use it… like framework files.
thanks in advance.
[import]uid: 128831 topic_id: 32757 reply_id: 332757[/import]