Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • The google docs: developer.android.com/guide/topics/resources/app-languages , and the sample app : github.com/android/user-interface-samples/tree/main/… Commented Jan 25, 2023 at 14:39
  • 5
    The problem with this is that setApplicationLocales recreates the activity in a way that we get a black screen for a tiny moment. Commented Mar 22, 2023 at 6:15
  • when adding localeconfig to manifest, it says: Attribute localeConfig is only used in API level 33 and higher (current min is 28). So what about backward compatibility, if it is ignored for lower versions? And if you set Autostorelocales to true, then you don't need manual config xml file Commented Mar 18, 2024 at 18:55
  • After spending 2 days, I finally found the right answer. Thank you for providing it. Commented Apr 9, 2024 at 7:14