Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to apply localization without Storyboard

No file in the list

I don't use storyboard or xib for this project (full code)
When I add new localization, it shows no file in the list, and when I press Finish, no folder created.

like image 411
Edward Anthony Avatar asked Apr 02 '15 19:04

Edward Anthony


1 Answers

You need a Localizable.strings file. If you already have that, select the file in the left panel. Then, click the button that should be in the right panel that says "Localize..."

enter image description here

Once you do this, you should be able to add other localizations the way you were trying to.

like image 108
Chris Loonam Avatar answered Sep 20 '22 05:09

Chris Loonam