6

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?

enter image description here

Jeremy Huddleston Sequoia
  • 22,938
  • 5
  • 78
  • 86
AlexVogel
  • 10,601
  • 10
  • 61
  • 71
  • Did you try it on a device? Also is the simulator language in German before running your app? If yes, try resetting the simulator contents and give it another try. – Lefteris Oct 21 '14 at 07:22
  • possible duplicate of [iOS8.1 beta1 Simulator always uses US keyboard layout despite german hardware keyboard](http://stackoverflow.com/questions/26146668/ios8-1-beta1-simulator-always-uses-us-keyboard-layout-despite-german-hardware-ke) – Jeremy Huddleston Sequoia Oct 22 '14 at 15:18

3 Answers3

10

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

Source: Answer of Yoshihiro Sakamoto in Apple Dev Forum

AlexVogel
  • 10,601
  • 10
  • 61
  • 71
6

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.

Jeremy Huddleston Sequoia
  • 22,938
  • 5
  • 78
  • 86
  • this is the correct answer ! Is there a way we can indicate this on stack overflow ? Had the same problem, works correctly on the device, but not in the simulator. – Ronny Webers Nov 18 '14 at 22:18
5

I just do by above answer AlexVogel

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

Community
  • 1
  • 1
Cao Yong
  • 598
  • 6
  • 7