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

IntelliSense defaults to system language #2661

Open
slarticodefast opened this issue Feb 25, 2025 · 0 comments
Open

IntelliSense defaults to system language #2661

slarticodefast opened this issue Feb 25, 2025 · 0 comments

Comments

@slarticodefast
Copy link

slarticodefast commented Feb 25, 2025

Coming here from dotnet/vscode-csharp#2513
Not sure if this is the right place or if there is an open issue for this already.

I'm using the C# extension by muhammad-sammy for VSCodium, which uses omnisharp.
When hovering over a warning or error, IntelliSense will localize it into the language chosen for the operating system. According to the linked issue this is a long existing bug, which is hugely problematic for international programmers, as looking up error messages in languages other than english will often yield no results.
Ideally it should default to the IDE's language setting or have a custom one instead.

The issue was closed with the comment "O# does not set the CurrentUICulture so it defaults to your system locale. If this is still a problem, please open an issue at https://github.com/OmniSharp/omnisharp-roslyn/issues".

A workaround for this issue is to delete some .dll files in this folder, but this has to be repeated with every update.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant