Android custom UI lacks language in settings
Some Android phone manufacturers simply remove languages that are not in the sales area in order not to translate the system. ☹️ This practice can be really annoying at times.
Like this👇
How to switch language in those mobile phones
On PC/Mac
- Install Regions app on your mobile phone.
- Install SDK Platform-Tools on PC/Mac, need adb in it. (If you have installed Android Studio, you should know that)
- Unzip it.
- Open the Terminal.
- Drag and drop adb file in Terminal, add
shell pm grant io.github.bexonpak.regions android.permission.CHANGE_CONFIGURATION
follow it. to grant permission.
Example(DO NOT COPY IT!):
/Users/bexonpak/Library/Android/sdk/platform-tools/adb shell pm grant io.github.bexonpak.regions android.permission.CHANGE_CONFIGURATION
You will not receive any reply, check whether the permission warning bar of the app has disappeared.
On Android 11
- Install Regions app on your mobile phone.
- Install LADB
- Pairing with Wireless debugging, you need to use Split screen or Freedom window mode to pairing.
- run
pm grant io.github.bexonpak.regions android.permission.CHANGE_CONFIGURATION
Screenshot: