-
-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for "app languages" on Android #245
Comments
@abejfehr It's already supported. Android now allow the user to overrides the app language in app settings and it updates what's returned by existing EDIT: Hmmm, I forget Android API are often stupidly designed. Will investigate on extras setApplicationLocales() and getApplicationLocales(). But if this allow overriding from the app directly, this is a terrible feature for user experience. |
What is your opinion on this @zoontek ? The android apis make it just so that you dont have to go to the settings to change the per app language. From the linked guide:
|
@itsramiel This does not seems like a lot of work, but it's very low-priority for me at the moment. Let’s place a small bid on it and see if companies have a real appetite for it. |
Why it is needed?
It's nice to be able to choose a language on a per-app basis instead of setting the whole OS, and it looks like that's possible now on Android: https://developer.android.com/guide/topics/resources/app-languages
Possible implementation
No response
Code sample
No response
Upvote & Fund
The text was updated successfully, but these errors were encountered: