I am looking for a solution to localize my app's name in:
- English (EN)
- Chinese (Simplified) zh-Hans
- Chinese (Traditional) zh-Hant
I am using build.phonegap to build my both apps so I cannot modify the platform code but instead it has to be from either some config on config.xml or using cordova hooks or any other solution. So far I found solution for android using hooks but it will not work for iOS.
Thanks