Skip to content
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

Localization for login page #459

Open
navzam opened this issue Feb 7, 2023 · 2 comments
Open

Localization for login page #459

navzam opened this issue Feb 7, 2023 · 2 comments
Labels
enhancement New feature or request low Low priority

Comments

@navzam
Copy link
Member

navzam commented Feb 7, 2023

The login page is not localized because we don't know the user's locale until they've logged in. I think other sites handle this by having a locale/region picker in the corner and ideally defaulting to some preference from the browser.

@navzam navzam added enhancement New feature or request low Low priority labels Feb 7, 2023
@tcorbly
Copy link
Member

tcorbly commented Dec 19, 2024

Would this also be something we could try detecting via the IP?

@navzam
Copy link
Member Author

navzam commented Dec 19, 2024

@tcorbly I think IP has some problems, like multiple languages in a location, or users being behind proxies. We can try to use the Accept-Language header or navigator.language property to pick a default. I think most important is to have a picker somewhere before the user logs in. Choosing a default is bonus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants