By default, the default setting for Android is US, and the language is en. But I want to set the default location to another country. Thus, users will see their native language when they first launch the android.
I tried changing the code ( /dalvik/libcore/luni/src/main/java/java/util/Locale.java ) by changing the default value for the locale. But no effect.
Can you tell me how to set the default location?
* I want to make an image of an android, and then write it to the device, when the android is launched for the first time, I want it to be not in English, but in a different language.
android default locale
aooray
source share