> but the best way of course could be to download and store > language specific strings.xml file directly to the file system. So the > native i18n system is basically used but languages are just installed > by the app itself. Is this possible at all?
You can download xml language files of course but you then can't use the native Android resource calls like getString( int id ) or include string IDs in layout files (as far as I'm aware). I download language files to SD as needed (to save space) but I have to do my own resource loading and use wrappers round the normal calls (e.g. getString(id) ). Pent -- You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en.
