Not sure if this is the best way, but this would work:
1. Each message on the server needs to be translated into all supported languages (just as the static strings are in your app). 2. Change each web request that returns a user-visible message to indicate the language that should be used for the message 3. Display the message exactly as you are now. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jul 11, 2012 at 4:43 AM, Reddy <[email protected]> wrote: > Hi All, > > I am creating an application which supports multiple languages. Everything > is fine for static string data. But how can i handle the messages coming > from server to display in corresponding language. > > Regards, > Murali > > -- > 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 -- 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

