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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -