iphone - Localization of iOS application -


i tried localized app english french i've trouble problem,i converted strings english french language here below screen shots english , french.

enter image description here

french language

enter image description here

but didn't response in app can please suggest me,any changes....!

finally found way localization.

make localized strings follow below steps

  1. first select language editor area

enter image description here

2.then after choose different languages.

enter image description here

3.next click use base internationalization

enter image description here

now,click finish button.

4.the next step localize our xib files this

enter image description here

5.then,covert xib files localizedstrings localized strings

enter image description here

6.and add 1 file our project i.e

enter image description here click next , save file name localized.

7.now localized.strings file add localize languages

enter image description here

final step go click product->scheme->new scheme , select applelanguages

enter image description here

and want change language called code

enter image description here

finally found how localization.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -