exactly.. u can have different xml files for different languages and can try your application changing the locale at start up or at run time.
u can go through the documentation of localization of strings in android site for more information. http://developer.android.com/guide/topics/resources/localization.html On Mar 8, 7:43 pm, Alok Kulkarni <[email protected]> wrote: > Hi guys, > I m developing an Android App which communicated with a server. > User can select a language of his choice at startup or during the App > execution lifetime.After selecting the lang, the corresponding XML file is > downloaded from server according to language which will map the "Values" of > Application strings accoding to that language.Can i do something like > replacing the default Strings.xml which contains English names(Say by > default) to the language selected by user.Better will be adding an XML file > per language and referring it runtime directly. > Thanks, > Alok. -- 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

