Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 552
Viktor Kucera Avatar asked Oct 04 '13 08:10

Viktor Kucera


1 Answers

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

like image 137
Viktor Kucera Avatar answered Sep 30 '22 19:09

Viktor Kucera