-
-
Notifications
You must be signed in to change notification settings - Fork 668
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
Default to the system UI language #2612
Comments
Hey, I would like to work on this issue? Can you guide me with this? |
I believe @im-adithya is working on this -- see chat thread. |
We've had a user request in this area: chat thread. For anyone interested in picking this issue up, here's the implementation discussion from that previous thread in 2021:
|
I haven't gone and confirmed this empirically (it's a bit annoying to test because it involves uninstalling the app), but from studying our code it looks like we always start out with English for the UI when the app is installed.
We should instead look at the user's language preferences they've set in the system settings, and respect those.
Once we've first installed, we can remember the language and let the user change it through our own settings UI independent of the system settings, like we do now. But this should make our language-settings UI unnecessary for the vast majority of users, and give most non-English-speaking users a better experience right from the start.
See also #2611 about some of the limitations of that UI; but no matter how excellent we make it, it'll be better still to make a sensible choice from the beginning.
The text was updated successfully, but these errors were encountered: