Missing localization in Xcode 6.1

前端 未结 3 2000
被撕碎了的回忆
被撕碎了的回忆 2020-12-18 04:21

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

相关标签:
3条回答
  • 2020-12-18 05:00

    I just do by above answer AlexVogel

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

    0 讨论(0)
  • 2020-12-18 05:04

    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.

    0 讨论(0)
  • 2020-12-18 05:12

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

    Source: Answer of Yoshihiro Sakamoto in Apple Dev Forum

    0 讨论(0)
提交回复
热议问题