How to change the language of my app in iTunes? I have searched the answer on Google, and it seems realated to info.plist.
Change iOS App List of Supported Languages in App Store
How do I set the language of my App on the App store with codename1?
How to change the language of my app in iTunes? I have searched the answer on Google, and it seems realated to info.plist.
Change iOS App List of Supported Languages in App Store
How do I set the language of my App on the App store with codename1?
We have the build hint ios.devLocale
which has the default value of <string>English</string>
. You can try playing with it and add additional strings. I'm not sure if the syntax is <string>English</string><string>Spanish</string>
etc. or <string>English,Spanish</string>
.