I'm French, and like to have the Windows UI in French, but all my dev tools in English.
The dotnet
CLI tool displays its output in French, and I'd like to force it to English. Is it possible?
You can use the DOTNET_CLI_UI_LANGUAGE
environment variable to override the language used by the dotnet
CLI:
> set DOTNET_CLI_UI_LANGUAGE=en
> dotnet --help
…
[english content]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With