Justin Wood
Justin Wood

Reputation: 10061

iOS internationalization storyboards not showing

I'm working on an application that needs to be multilingual.

I am attempting to follow this tutorial on internationalization. However, when I attempt to 'use Base Internationalization', none of my storyboards are listed in the view.

I'm using XCode 4.6.3

Am I missing something here, or should I be taking a different approach?

Any and all help is appreciated.

Upvotes: 1

Views: 711

Answers (1)

Justin Wood
Justin Wood

Reputation: 10061

So here is what needs to be done.

Open the storyboard(s) that you want to localize. In the utilities pane (right hand side), select 'Show the File Inspector'.

About halfway down that list of options, there is a button labeled 'localize'.

After pressing that button, that storyboard will appear in the list after pressing 'Use Base Internationalization.

Upvotes: 6

Related Questions