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.

Switch CLI to a non-system language

See original GitHub issue

How do I make the dotnet CLI be in English when I’m on non-English Windows?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:17 (4 by maintainers)

github_iconTop GitHub Comments

15reactions
TomasHubelbauercommented, Sep 14, 2017

Thank you @johnbeisner, setx DOTNET_CLI_UI_LANGUAGE en seems to have had the desired effect.

FWIW I think this is a bad default and changing language away from English to the system language should be opt-in (dismissable hint to do it is fine though).

4reactions
sergeyzwezdincommented, Oct 5, 2020

For macOS setting export LANG=en_US.UTF-8 in .zshrc helped to switch CLI to English 🎉

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change display language in Windows 10 with CMD or ...
1 Answer 1 ... Consider using the Set-WinSystemLocale and/or Set-WinUserLanguageList PowerShell cmdlets right from the PowerShell command line or ...
Read more >
Switch CLI language with a dotnet option
Currently the dotnet CLI on Windows don't use the DOTNET_CLI_UI_LANGUAGE environment variable anymore and the workaround is to rename the folder ...
Read more >
How to Change the Language of the Switch Web-based ...
This article will show you how to change to your preferred switch web-based utility language.
Read more >
3.21 Environment Variables Affecting GCC
The LC_MESSAGES environment variable specifies the language to use in diagnostic messages. If the LC_ALL environment variable is set, it overrides the value...
Read more >
CUDA NVCC
The GPU code is implemented as a collection of functions in a language that is ... translation step that can be selected by...
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