0

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.

rizzz86
  • 3,862
  • 8
  • 35
  • 52

1 Answers1

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