First some shameless self promotion to set the scene: we are developing a localization platform for apps, Get Localization (http:// www.getlocalization.com). It has an API that allows applications to download translations directly from our server that makes it easy for example to add new languages after app is already published.
So we've developed API client for Symbian already and it works fine. However I would like to make it work for Android as well. Any suggestion what could be the best way? In Symbian it works so that it doesn't add any resource files to the system but just translates text on the go using special macro, I guess this could work also for Android 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? TIA -- 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.
