Viktor Kucera
Viktor Kucera

Reputation: 6335

Xcode 5 - Storyboard localization

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

Answers (1)

Viktor Kucera
Viktor Kucera

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.

enter image description here

Upvotes: 13

Related Questions