Missing localization in Xcode 6.1

醉酒当歌 提交于 2019-11-28 00:44:19

问题


Since update to Xcode 6.1 yesterday there is no correct localization of apps in the iOS Simulator. I switched the language and region to German/Germany and my apps are still in English and only English keyboard is available. Localization was fine in Xcode 6.0.1 and iOS 8.0 Simulator.

Does anybody have similar problems?


回答1:


One possible work around is to set the "Application Language" in the used scheme.

Source: Answer of Yoshihiro Sakamoto in Apple Dev Forum




回答2:


This was mentioned in the Xcode 6.1 Release Notes

In some situations, [NSLocale currentLocale] may return en_US instead of the chosen locale in the iOS 8.1 simulator.




回答3:


I just do by above answer AlexVoge. Beginner maybe need a picture :]



来源:https://stackoverflow.com/questions/26480934/missing-localization-in-xcode-6-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!