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
Post a Comment