Switch CLI to a non-system language
See original GitHub issueHow do I make the dotnet
CLI be in English when I’m on non-English Windows?
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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).
For macOS setting
export LANG=en_US.UTF-8
in.zshrc
helped to switch CLI to English 🎉