How to start locale settings activity on android from command-line
Ashish Bhatia·2014-08-19·via ashishb.net
A useful and handy command specially when you during experimentation, you are stuck because of a changing language settings to an undecipherable foreign language.
Bash
1
adb shell am start -n 'com.android.settings/.Settings\$LocalePickerActivity'