> I have yet a clear idea on what changes I must do to my code for > supporting several languages at once, >
Maybe I'm getting you wrong but I'm having the impression that you don't completely understand the features that are already there. If you coded your app how Google wanted you to code your app in the first place you do not need to change anything about your *code*. Ever since then Android comes with a pretty good working internationalization feature. I suggest that you read following page before trying to implement your own internationalization feature: http://developer.android.com/guide/topics/resources/localization.html But maybe you already know about that. -- 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

