Hi, I ran into a problem with the way Android resolves resource paths. Apparently the folders below are invalid:
res/values-rAT res/values-rDE res/values-rGB What I am trying to do is decouple the localization of my application (mostly just urls to web-services i use) from the translation (mostly user interface strings), thus allowing a user to select locals like: de-rGB or en-rAT without actually creating all those "synthetic" folders. Right now I have 3 languages and 6 locales so it is still manageable, but as the number of languages and locales increase the number of directories will explode out of control. So I was wondering: 1. If anyone knows a workaround for this? A placeholder language code that resolves to any - something like res/values-xx-rAT? Or any other way around? 2. Is this a bug? Will those directories be supported in the near future? thanks for reading this far :), gesh. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

