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
- i added "localizations" key .plist file of project array , added following items under "localizations" (item0 : english, item1: arabic)
- i added "localization native development region" set value "ar".
- then opened project.pbxproj , change value of "developmentregion" "developmentregion = ar;"
i following result in image
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
Post a Comment