How to localize Cordova iOS projects?

后端 未结 6 1805
长发绾君心
长发绾君心 2020-12-10 19:36

I\'ve been searching on the Internet but none of the solutions I found seems to work so, my question is with Xcode 6, how we could localize a Cordova app?

The image

6条回答
  •  無奈伤痛
    2020-12-10 20:03

    Finally I figured out after some digging and with the help of a guy that greatly assisted me in other forum, you have to put this in the project .plist this:

    CFBundleLocalizations
    
        es
    
    

    Each string is the language you want to localize.

提交回复
热议问题