Changing the development language in Xcode

后端 未结 5 764
不知归路
不知归路 2020-11-28 03:55

I need to set Spanish as development language for an iOS app. I\'m already using Xcode 6, and I changed the Localization native development region entry in app\

5条回答
  •  迷失自我
    2020-11-28 04:39

    In your project's .xcodeproj file, search for the string developmentRegion. Supposedly, it says "English" right now. If you change it to "Spanish", Xcode 6 should recognize Spanish as your project's default localization language in the "Info" tab as long as you add "Spanish" to the list.

    You can read more about this topic at http://eschatologist.net/blog/?p=224

提交回复
热议问题