In my application I have a option of language selection.
There are three languages: English, German & Spanish. When I select an option, the entire application language should be changed.
How can I make this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you mean that you want to use another language than the default language in the phone? I have that in one application, and this is what I had to do.
Add this to your activity declaration in the
AndroidManifest.xmlAnd then invoke a method like this from
onCreatein your activity: