Search code examples
localizationxibxcode5missing-features

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.


Solution

  • 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