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

Implement default language detection for Windows #95

Open
cschreib opened this issue Jan 20, 2022 · 0 comments
Open

Implement default language detection for Windows #95

cschreib opened this issue Jan 20, 2022 · 0 comments
Labels
core Not related to a particular implementation enhancement
Milestone

Comments

@cschreib
Copy link
Owner

Currently we rely on the LANGUAGE environment variable to get the default UI language (if not set by the user). This is standard on Linux, but not on Windows; there, if LANGUAGE is not set, we should fallback to WinAPI. See get_default_languages() in gui_localizer.cpp.

@cschreib cschreib added enhancement core Not related to a particular implementation labels Jan 20, 2022
@cschreib cschreib added this to the v2.x milestone Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Not related to a particular implementation enhancement
Projects
None yet
Development

No branches or pull requests

1 participant