Disable English localization with Xcode 5
问题 I have searched related questions and tried many suggested methods but none seems to work. I have a japanese-only App that when run on an english device gets UI items such as back buttons translated ("Back"). To achieve this I have: Deleted the English from "Localizations" from my project and chose to delete localized files (was a single *.strings file). Changed CFBundleDevelopmentRegion in my Info.plist from jp_JP to jp as I read it should match the name of the *.lproj folder. Cleaned,