1

I ran into an issue with Right-to-Left locales as described on this question: Android RTL locales. How to mirror only when locale is supported?

Someone suggested to set the android:supportsRtl attribute to a string in the strings.xml files that gets set to true under Right-to-Left locale folders (values-he for example) and false under Left-to-Right locales (default values folder). This does not work properly because it looks like Android reads the attribute in the manifest only once, when the app is installed and first ran.

Is there a way to force Android to refresh my manifest when the system locale gets changed? Or better yet, is there a good solution to my locale problem in the original question?

Community
  • 1
  • 1
AxiomaticNexus
  • 6,190
  • 3
  • 41
  • 61

0 Answers0