How to Enable Per-App Language Preferences for Every App
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.
Enable developer options.
Enable USB debugging in developer options.
Connect your phone to your PC and run the following command:
1adb 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.
Comments powered by Disqus. If comments are not loaded, Disqus may be blocked by your Internet service provider.