Reputation: 463
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.
Upvotes: 14
Views: 12116
Reputation: 6335
When talking about xcode 5, go Project settings and make sure that you have Project selected, not Target - focus on left upper corner. There was special column in previous version (see accepted answer) but now there is a kind of furtive list.
Once you select your Project, localization will appear under Info tab.
Upvotes: 18
Reputation: 4983
You need to add the localization in the project settings first. Go to your project settings -> localizations -> + (plus button)
Upvotes: 30