In android app, within that app has settings option such as English and Tamil
If user select Tamil, with in the app only display in Tamil, in all activities all labels should in Tamil. if the user select English all labels are changed to English. How to make that?
Please give any idea….
Follow this Link: Android : translate the language of whole app on click
Then Do like this, Add the string values for each locale into the appropriate file.
English (default locale), /values/strings.xml:
Tamil, /values-tl/strings.xml:
Link: http://developer.android.com/training/basics/supporting-devices/languages.html