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
Change Locale but keep left-to-right and other phone orientations
Specifically, add android:supportsRtl="false" to the element in your manifest file.
android:supportsRtl="false"
For more information Link