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\
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