Android custom UI lacks language in settings

date
Oct 19, 2023
slug
android-custom-ui-lacks-language-in-settings-1762da
status
Published
tags
Android
summary
Set the language to the missing language in the Android custom UI
type
Post
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👇
notion image
 

How to switch language in those mobile phones

On PC/Mac
  1. Install Regions app on your mobile phone.
  1. Install SDK Platform-Tools on PC/Mac, need adb in it. (If you have installed Android Studio, you should know that)
  1. Unzip it.
  1. Open the Terminal.
  1. Drag and drop adb file in Terminal, add shell pm grant io.github.bexonpak.regions android.permission.CHANGE_CONFIGURATION follow it. to grant permission.
notion image
Example(DO NOT COPY IT!):
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.
  1. Install LADB
  1. Pairing with Wireless debugging, you need to use Split screen or Freedom window mode to pairing.
notion image
  1. run pm grant io.github.bexonpak.regions android.permission.CHANGE_CONFIGURATION
 
Screenshot:
notion image
notion image

© Bexon Bai 2023 - 2024