ios - Adding new language to existing localized app -


i have app uses localization, need add 1 more language, want display 2 different language images of same name in 1 xib file, xib file not localized localizing images. can done using interface builder, without writing code?

add images localized subdirectories in project (en.lproj, es.lproj, etc.) , ios pick correct image when unarchives localized xib file.

xcode can automatically: select resource want localize (an image, xib file, etc.), display file inspector pane, , click localize button.

(as side note, it's bad practice localize high number of images. should remove text images , choose them "neutral" , "understandable" in every region of world. app size thank it.)


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -