Michael Bollmann wrote:
> Did anyone encounter this problem?
> 
> I got the following files:
> 
> /res/values/strings.xml
> /res/values-de/strings.xml
> /res/values-en-rUK/strings.xml
> /res/values-en-rUS/strings.xml
> 
> [GOOD] Setting german locale overrides default strings
> [GOOD] Setting us locale overrides default strings
> [BAD] Setting UK locale chooses default strings instead of uk strings
> 
> My adp1 got only us locale so i only tested it on the emulator but
> i got confirmation from uk users that this happens on real devices too.

You may be using the wrong code for UK strings. According to the ISO
3166-1-alpha-2 standard:

http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm

the UK would be -rGB, not -rUK.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Warescription: Three Android Books, Plus Updates, $35/Year

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to