Xcode 5 and localization of .xib files

Benz picture Benz · Aug 25, 2013 · Viewed 11.7k times · Source

I'm trying to localize a .xib file.

The problem: After clicking the "Localize button" in the inspector, I end up with a list containing "English" and nothing else, well this is normal. But usually, as I can remember there is a "+" button which lets you add a language to this list.

I've asked on apple developer forum, because I'm using a beta version, but the post has been removed (not sure why).

There's a workaround for this?

Thanks.

Answer

Arie Litovsky picture Arie Litovsky · Sep 25, 2013

You need to add the localization in the project settings first. Go to your project settings -> localizations -> + (plus button)

How to add localization in XCode 5.0