I am writing an Android app which has a default language set to English. Apart from English, I have a Russian translation. I wonder what happened if a user of my app has localization set to Ukrainian. It is more likely that the Ukrainian speaker wants to read in Russian (if there is no Ukrainian translation). Does Android somehow handle such cases and show Russian content rather than English?
And if not, how can I specify localization groups for which the default language will be Russian and for rest English?
Thank you in advance