I was wondering if anyone had compiled a list of all the language/
region combinations that are relevant to Android in Europe.

Maybe I am going about this the wrong way.

I am trying to set a server connection string based on where the user
is from (North America, Europe, Russia, China).  I am setting up my
"values" directory in res but it requires language and region  (ie.
values-en-rGB) and won't work without the language there.  I don't
care about the language currently, but I don't want the app to not
find the correct string if someone has their phone set to en-rFR
(english-France) instead of fr-rFR.

So based on what I am trying to do, I need all the language
possibilities for each region in Europe.

Is this something that would be better solved in code?  It is really
just a couple of strings that get set based on the phone's region
settings.

Thanks!
--~--~---------~--~----~------------~-------~--~----~
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