22

Upgraded to Xcode 4.4 today, and when clicking on my strings file and looking in the Utilities window, I no longer see a plus button allowing me to add a new language.

Where has this gone?

Nic Hubbard
  • 41,587
  • 63
  • 251
  • 412

1 Answers1

54

The +/- was removed starting in Xcode 4.4. The way to add localizations is to go to your project settings pane (The same place where you would change the build settings of your project) and click on your project name under the Project heading. You can then add localizations in the Localizations section.

Localization Screenshot

borrrden
  • 33,256
  • 8
  • 74
  • 109
  • 1
    Thanks! Gotta love how they keep moving these things! – Nic Hubbard Jul 26 '12 at 06:09
  • 2
    And, XCode crashes every time I add a new one...yay. – Nic Hubbard Jul 26 '12 at 06:11
  • Crashes just from there? :-S It didn't for me... but check out the developer forums they are talking about it over there too (Xcode 4.5, but same deal) – borrrden Jul 26 '12 at 06:16
  • 1
    Yeah, I add a new language, it gives me the dialog asking what I want to localize, hit ok, then crash, every time. Will check the forums... – Nic Hubbard Jul 26 '12 at 06:23
  • 1
    @NicHubbard - I'm getting the same issue with XCode 4.4.1 just crashing whenever attempting to add a new localization. Did you make any progress with this? Thanks. – Ian L Sep 05 '12 at 11:04
  • I had the localized strings file added incorrectly. I just rebuilt from scratch. – Nic Hubbard Sep 05 '12 at 16:02