I found “for iOS” this
https://docs.coronalabs.com/guide/distribution/localization/index.html
but I cannot find bundle name localizations “for Android” 
Do you know any other method?
I found “for iOS” this
https://docs.coronalabs.com/guide/distribution/localization/index.html
but I cannot find bundle name localizations “for Android” 
Do you know any other method?
We don’t support localization for Android apps because this has to happen in the Manifest.xml file that’s embedded in the .apk. If you extract the file, editing and rebuild the .apk by hand, we can’t provide support since you’re not supposed to resign an apk (to keep hackers from doing what you’re trying to do).
Rob
We don’t support localization for Android apps because this has to happen in the Manifest.xml file that’s embedded in the .apk. If you extract the file, editing and rebuild the .apk by hand, we can’t provide support since you’re not supposed to resign an apk (to keep hackers from doing what you’re trying to do).
Rob