Reputation: 3370
I've already localized my Xcode Project once, but i don't know how to add more languages. I can't find the "+" button.
I have my .xib and .strings in English and Portuguese.
Here's what i see:
Upvotes: 1
Views: 1449
Reputation: 40211
You have to add the localizations to your project:
Then you can simply select the localizations for each file separately.
Upvotes: 2