Message localization
#74896
-
Does this host respect I have an issue where messages not properly localized (it use OS language instead of configured language) in VS Code. I can track it to this assembly shipped with |
Beta Was this translation helpful? Give feedback.
Answered by
dibarbet
Aug 26, 2024
Replies: 1 comment 1 reply
-
@jasonmalinowski or @dibarbet would know. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like we don't - https://github.com/dotnet/roslyn/blob/main/src/Workspaces/Core/MSBuild/MSBuild/BuildHostProcessManager.cs#L158
Filed #74902
There is an open question though of whether we should respect the
DOTNET_CLI_UI_LANGUAGE
or the VSCode's configured language.