Cyrus Yip's blog

How to Enable Per-App Language Preferences for Every App

Cyrus Yip

Android 13 introduces Per-app language preferences, which allows you to set different languages for different apps. It is a useful feature in Android, but it’s not available for all apps. Fortunately, we can enable this feature for every app.

  1. Enable developer options.

  2. Enable USB debugging in developer options.

  3. Connect your phone to your PC and run the following command:

    1
    
    adb shell settings put global settings_app_locale_opt_in_enabled false
    

If the command does not work for your device’s operating system (e.g. HyperOS), try Language Selector instead.


Reference: How to make every app appear in Android 13’s new per-app language settings : r/Android

Topics:

Comments powered by giscus. If comments are not loaded, giscus may be blocked by your Internet service provider.