I m writing one application which display all menu and all text of application in english and spanish.
can any one tell me how to solve this problem.one thing i can do is to convert all text in spanish when suser select spanish language .is there any inbuilt android functionality that convert all text to selected language..
I m writing one application which display all menu and all text of application
Share
create folder values-es (for Spanish)
create strings.xml file for Spanish language
I suppose you have two button in screen to change the language, add following code on button click
If you want to change the language on the fly then you cane call oncreate(null)
Thank You,