Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 4.4 .strings file add new localization option gone

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?

like image 289
Nic Hubbard Avatar asked Jul 26 '12 05:07

Nic Hubbard


1 Answers

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

like image 188
borrrden Avatar answered Nov 01 '22 13:11

borrrden