Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding new language to existing localized app

I have an app that uses localization, I need to add one more language, I want to display two different language images of same name in one xib file, the xib file is not localized as I am localizing the images. Can it be done using interface builder, without writing any code?

like image 781
Queshi Zakir Avatar asked May 04 '13 11:05

Queshi Zakir


People also ask

How do I add a language to Xcode?

Add Localizations In the project editor, select the project name under Project, and click Info. Under Localizations, click the Add button (+), then choose a language and region combination from the pop-up menu.

How do I add localizable strings?

To add Localizable. strings file, go to File->New->File , choose Strings File under Resource tab of iOS, name it Localizable. strings , and create the file. Now, you have a Localizable.


1 Answers

enter image description here

You can add one more language by click on + button.Hope this will help you.But you have to make multiple XIB's as you are saying to set the images only in one XIB i think it is not possible.

like image 151
Divyam shukla Avatar answered Oct 23 '22 07:10

Divyam shukla