Changing Locale but keep left-to-right and other phone orientations

后端 未结 3 385
说谎
说谎 2021-01-18 02:48

I have an app that is available in two languages - English and Hebrew.

I added Hebrew strings using the Translation Editor and I am changing the Locale according to

3条回答
  •  感情败类
    2021-01-18 03:23

    Change Locale but keep left-to-right and other phone orientations

    Specifically, add android:supportsRtl="false" to the element in your manifest file.

    For more information Link

提交回复
热议问题