Android wrong locale resolution for ES-EC language
Asked Answered
L

1

1

I have the next localization in my app:

values
values-es
values-es-rMX

When I have locale of the device set to es_EC (Ecuador), I see strings from MX folder! But accordingly to this tutorial, I should see strings from base ES folder (actually, this is the goal).

Why is it happening and how can I get correct app behavior?
I'm using an emulator with API level 28.

Lumbago answered 1/5, 2020 at 14:44 Comment(0)
L
1

Okay, the answer is on another StackOverflow question, the reason is the same, this is intended behavior for Android system.

Lumbago answered 4/5, 2020 at 10:19 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.