Does iOS consider the UI is for LTR languages even if the localization development language is RTL for example arabic? -


i have legacy ios application designed using nib files , ui alignment of application designed arabic (right-to-left), try add english localization nib files following

  1. i added "localizations" key .plist file of project array , added following items under "localizations" (item0 : english, item1: arabic)
  2. i added "localization native development region" set value "ar".
  3. then opened project.pbxproj , change value of "developmentregion" "developmentregion = ar;"

i following result in image

enter image description here

the problem when set language of applications arabic (rtl alignment) , ios mirror views rtl(right-to-left) ltr(left-to-right), guess ios consider ui left-to-right languages , mirrors views rtl if native development languages rtl language.

the question ios consider ui ltr languages if localization development language rtl example arabic ?

any appreciated


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -