Reputation: 6335
I am developing in Xcode 5 and I am trying to localize me app. There is a bunch of tutorials but nothing specific about Xcode 5.
When I try to localize a storyboard by clicking Localize button in File Inspector I will get just two options - Base and English.
I have found out that I can add Localizations item along with some languages under Project Settings > Info tab.
But I have still just two options for localization of storyboard.
Upvotes: 6
Views: 2709
Reputation: 6335
I solved the problem. After selecting Project in Project Navigator you have to focus on left upper corner. There is a target selected by default. You have to select your project and then you can find Localization section under Info tab. Oh dear..
Hope this helps someone.
Upvotes: 13