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

Windows Terminal appears in the wrong language #12075

Closed
theking2 opened this issue Dec 31, 2021 · 9 comments
Closed

Windows Terminal appears in the wrong language #12075

theking2 opened this issue Dec 31, 2021 · 9 comments
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@theking2
Copy link

Windows Terminal version

Version: 1.11.3471.0

Windows build number

22000.376

Other Software

No response

Steps to reproduce

On an English language system set the region to a non regional format for instance German (Switzerland)

Expected Behavior

Windows Terminal follows the system language

Actual Behavior

Windows Terminal appears in German. All other OS-relevant UI (Start menu, Settings etc.) is still in English.

See this: Get operating system language in c#

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Dec 31, 2021
@237dmitry
Copy link

237dmitry commented Dec 31, 2021

Screenshot 2021-12-31 204639

@theking2
Copy link
Author

theking2 commented Jan 1, 2022

Thanks, but system default would be English in my case, wouldn't it?.

@theking2
Copy link
Author

theking2 commented Jan 1, 2022

In my case:

Installed Culture Info: en-US
Current UI Culture Info: en-US
Current Culture Info: de-CH

To be in sync with the rest of the OS it would make most sense to choose Current UI Culture.

@237dmitry
Copy link

237dmitry commented Jan 1, 2022

There's a dropdawn list to choose UI-language.
You can also manually add to settings.json "language": "en-US"

@theking2
Copy link
Author

theking2 commented Jan 2, 2022

Sure. I should rephrase: "System language" is not correctly establish. It used Current Culture where Current UI culture would be more appropriate.

@237dmitry
Copy link

237dmitry commented Jan 2, 2022

"System language" is not correctly establish.

I think it depends on the version of Windows, more precisely on the language of the system that was chosen at the stage of downloading the image file.

@zadjii-msft
Copy link
Member

Part of this is the fact that the Termnial isn't translated to de-CH. I believe we do have a de-DE translation, which I would have assumed that the OS would have picked before falling back to en-US, but I might be wrong there. Lemme pull up the mail thread from a few months back.

See also #10667

@zadjii-msft
Copy link
Member

Oh actually, this might just be a /duplicate of #9466

This is a weird and specific issue with language fallback that I don't totally understand.

The resource loader takes a set intersection of the user's preferred languages and the application's supported languages. When it does that, it is very specific and will only choose languages with a matching country code.

There's no automatic fallback from en_GB to en_US. I also don't know if it would fall back from en_GB to just en. :|

Presumably, same deal for de_CH not falling back to de_DE 😕

@ghost
Copy link

ghost commented Jan 3, 2022

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost ghost closed this as completed Jan 3, 2022
@ghost ghost added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Jan 3, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

3 participants