I started working in my application using English strings for my string resources file, but now I created an Arabic string file , and i want to use this string resources as the default language for my app. is it possible to change the default string resource file now ?
Asked
Active
Viewed 2,262 times
1 Answers
9
i want to use this string resources as the default language for my app
Put those strings in the res/values/
directory. Put the English strings in res/values-en/
. At that point, devices configured with English as the locale will use your English strings, and all other devices will use your Arabic strings.

CommonsWare
- 986,068
- 189
- 2,389
- 2,491