Some Android apps allows users to change language in setting, but some apps fixes the app language to the system language. If the app does not allow the user to change language, can I use the different language from the system default language?
Asked
Active
Viewed 164 times
1
-
1Does this answer your question? Is it possible to run applications with different locales (languages)? – beeshyams Aug 29 '20 at 03:54
-
Translations are added by the app developer for every language they want to support in their app. If the developer didn't translate the English strings to any other language, app won't change locale when changed in device Settings. – Irfan Latif Aug 29 '20 at 11:23
-
I wanted to know if there is a way to accomplish this without rooting or using any virtual-machine-like (such as Parallel Space). – user67275 Aug 30 '20 at 08:20
-
Translations provided by the app developer is sometimes does not make sense since they sometime use machine translation. – user67275 Aug 30 '20 at 08:21