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👇

ad28b3fc83d83f2bb73cc007e04caa1b.jpeg

How to switch language in those mobile phones

On PC/Mac

  1. Install Regions app on your mobile phone.
  2. Install SDK Platform-Tools on PC/Mac, need adb in it. (If you have installed Android Studio, you should know that)
  3. Unzip it.
  4. Open the Terminal.
  5. Drag and drop adb file in Terminal, add shell pm grant io.github.bexonpak.regions android.permission.CHANGE_CONFIGURATION follow it. to grant permission.

Untitled

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

  1. Install Regions app on your mobile phone.
  2. Install LADB
  3. Pairing with Wireless debugging, you need to use Split screen or Freedom window mode to pairing.

58b3b63dbbb82b2b90939763ad74fba3.jpeg

  1. run pm grant io.github.bexonpak.regions android.permission.CHANGE_CONFIGURATION

Screenshot:

cd7ea82418463d37a5997966466bca1a.jpeg

9b43d924be469e496ae8d78541ca118d.jpeg