question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MSBuild should respect upstream tool language requests

See original GitHub issue

Different upstream tools have different language configuration requirements:

Related info: https://github.com/dotnet/cli/issues/4988#issuecomment-266836559

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:29
  • Comments:20 (7 by maintainers)

github_iconTop GitHub Comments

8reactions
nagilsoncommented, May 9, 2023

This should be added & fixed in 8.0 preview 5!

8reactions
chylexcommented, Oct 12, 2022

@hcoona I will add that you can usually search for the error code and copy the actual English error from Microsoft’s documentation, which sounds like it would not be a lot of extra steps, but in reality it goes more like this:

  1. Search the error code on Google.
  2. Visit a Microsoft documentation page for the error.
  3. Be automatically redirected to a localized version of the documentation. I’m not sure about compiler errors specifically, but most times these “localized” documentation pages are actually machine-translated, which means there are many grammatical errors and mistranslations which actively harm the understandability of your documentation for foreigners.
  4. Manually switch the website language to English.
  5. Finally you can copy/paste the actual error message into Google.

I’m sorry, but this whole thing is a terrible user experience.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MSBuild respects DOTNET_CLI_UI_LANGUAGE - .NET
In this article. MSBuild now respects the DOTNET_CLI_UI_LANGUAGE environment variable and uses the language specified by DOTNET_CLI_UI_LANGUAGE ...
Read more >
How to change MSBuild error message language?
To change the language of MSBuild's output to English, simply call chcp 850 in the same console before actual call of MSBuild. It...
Read more >
C#, Jenkins and Sonar - SonarQube
I'm trying to set up sonarQube on jenkins, but my language is C # and I'm ... "C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.
Read more >
A Thorough Guide to Bond for C#
The framework is highly extensible via pluggable serialization protocols, data streams, user defined type aliases and more. By design Bond is language and ......
Read more >
Allow to enforce English localization for MSBuild and other ...
Currently, .NET Core has started to enable (or should I say "force") localization for its users: all the compiler messages and such may...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found