I am new to the android and android studio. I want to develop an App for Indian farmers. Now the App will have support for multiple language i.e. Hindi, English, and Gujarati. I am planning to provide a simple UI to user to choose his preferred language. The home page of the app will ask user for his preferred language. Now how can I implement the app so that when user click on his preferred language, all the texts in app will appear in that language? Also, when giving options of languages to the user the options should be in the same language for example Hindi option will be written in Hindi fonts.
Asked
Active
Viewed 92 times
0
-
Hi..Check this [link](http://www.androhub.com/android-building-multi-language-supported-app/). – Surender Kumar Feb 07 '18 at 15:31
1 Answers
0
You can use the official doc. to make your app support multiple language, find it here. There are also a lot of tutorial on ho to do what you ask, for example: this one

Pietro Scarampella
- 472
- 3
- 7