In my application, I need to display strings according to user locale selection. So, I put my strings.xml
in values-en
, values-ko
, etc. How can I set locale us, australia i.e; values-en_US
, values-en_AU
? But it's throwing an error? Can any one tell me how to set these locales in my code?
Use res/values-en-rUS/
(replacing the _
with -r
).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With