Reputation: 664
I'm trying to localize my app. I noticed that if I add a language every localized file become doubled. In this way it's impossible to maintain code or storyboard so I learnt that I need Base internationalization.
The problem is that when I select that checkbox in xcode project setting it shows a window without nothing to select, does anyone know how to fix this?
Here's a screenshot
Upvotes: 33
Views: 9258
Reputation: 24205
This could happen if Base Internationalization was active before then disabled and files deleted manually.
All will be back to normal.
Upvotes: 10
Reputation: 2053
First, you need to go to your storyboard file, open the bar on the right side, and go to Show the File Inspector, the furthest tab to the left. Then, scroll down and click localize. After this, when you check Use Base Localization, you should see the storyboard appear.
Upvotes: 65