Hi, I have read the available information on internationalization and it seems the framework relies on language files that are packed with the application. This scenario does not work for me as I need to fetch the language files from a server when the application launches. One of the internationalization documents refers that there is no API to tell the framework which language file to use, but is there any way to replace the default language file, that is, MyApp/res/values/ strings.xml ?
My biggest concern is that without being able to replace the file I am also not able to define the application's layout through XML, as it uses references to the language file. Did anyone have a similar situation? Does anyone have any other idea on how to implement something like this without straying too much from the framework? Thanks, RĂºben -- 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