Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I localize text in xib views without creating xib for each language?

I want to localize text inside xib view. Currently I have several xibs for each language.

Is it possible to localize the text inside xib file without creating separate xibs for each language?

like image 271
Oksana Avatar asked Jan 11 '12 06:01

Oksana


1 Answers

Sounds like you want to learn about .string files.

Here is a related question you can look at for more info: Open .string files as an NSDictionary

like image 133
Michael Dautermann Avatar answered Oct 11 '22 07:10

Michael Dautermann