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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -