Benz
Benz

Reputation: 463

Xcode 5 and localization of .xib files

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

Answers (2)

Viktor Kucera
Viktor Kucera

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.

enter image description here

Once you select your Project, localization will appear under Info tab.

Upvotes: 18

Arie Litovsky
Arie Litovsky

Reputation: 4983

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

Upvotes: 30

Related Questions