0

I am currently working on the localisation of my app. I am supporting en for three different regions i.e USA(default language in app), Australia(en-rAU) and New Zealand(en-rNZ). Now I have created 3 strings.xml and stored them in their respective values folder. But in the current release of the app my boss wants me to show default language i.e en-US for the people who downloads the app in Australia . How can I load US english in Australia country with minimal changes at the app level ?

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
sagar suri
  • 4,351
  • 12
  • 59
  • 122

1 Answers1

1

Delete the strings files from resources for countries that you don't want support. Of course the default strings file should be in English. Another way is use productFlavors from Gradle. Here you can find an answer

And here is google doc

an_droid_dev
  • 1,136
  • 14
  • 18