Search code examples
androidlocaleright-to-left

Force one build flavor RTL, and one build flavor LTR


I have an application with 2 Build Flavors, "Israel" and "France". I want to force, for each build flavor, the layout direction, for Israel to be RTL and for France to be LTR without considering the device language. I checked all over the internet and didn't find anything about it. What can i do?


Solution

  • Found the perfect library to force Locale in Android, works like a magic!

    https://github.com/zeugma-solutions/locale-helper-android