My values/strings.xml is written in locale nl-NL. I also have a values/nl-rBE/strings.xml file present. For device language nl-NL, the OS chooses to use nl-BE strings and that is not what I want.
Is there a way to let the Android OS know what my default values/strings.xml locale is, without duplicating the file to values/nl-NL/strings.xml?
So currently:
Device language nl-NL => values-nl-rBE/strings.xml
I want:
Device language nl-NL = values/strings.xml