Thanks Grace and android Aftek. @Aftek, Our architecture is such that we cannot use that library currently. The server will return me an XML containing Key value pairs with value according to language.What i have thought is having a Hashmap at runtime which stores all language specific strings in key value pairs and assigning them accordingly at runtime. Is this approach correct or is there any other better approach i can use ? Thanks, Alok.
On Tue, Mar 9, 2010 at 10:50 AM, android aftek <[email protected]>wrote: > Hi, > > You also may want to take a look @ > http://www.slideshare.net/aftekandroid/android-rap-framework > A framework that can help resolve most of the challenges...I hope. > > Thanks, > SM > > > > > On Mon, Mar 8, 2010 at 8:13 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 Beginners" group. >> >> NEW! Try asking and tagging your question on Stack Overflow at >> http://stackoverflow.com/questions/tagged/android >> >> >> To unsubscribe from this group, send email to >> [email protected]<android-beginners%[email protected]> >> >> For more options, visit this group at >> http://groups.google.com/group/android-beginners?hl=en >> > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow at > http://stackoverflow.com/questions/tagged/android > > > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

