ios - Base internationalization and other localizations, set default language? -


i'm trying localize application in english , italian. if device configured language, want show english version.

here screenshots:

enter image description here

in .plist file: enter image description here

and storyboard:

enter image description here

the problem when set on device language (i.e. french or spanish), showed version last 1 showed among italian , english.

i.e. set phone in italian, works fine, change in spanish, , app in italian again. set phone in english, works fine, change in spanish, , app in english again.

how can solve having english every non-localized languages?

thank in advance answers.

what try wrong. if user prefers italian english, prefers french both, ui should in italian.


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -