I am new to android application development.I have two languages in my application(English,arabic).I want to start the app with arabic language.But default it starts with english.How can i change it to arabic.
Asked
Active
Viewed 1,900 times
1 Answers
0
The Android system selects which resources to load, based on the device's locale
Quoted from android Localization chapter. Go through this to learn more.

rizzz86
- 3,862
- 8
- 35
- 52