Skip to content

Instantly share code, notes, and snippets.

@luis-fss
Last active November 9, 2021 19:02
Show Gist options
  • Save luis-fss/b3410ead6abe0fbc808aa2e15665a9b9 to your computer and use it in GitHub Desktop.
Save luis-fss/b3410ead6abe0fbc808aa2e15665a9b9 to your computer and use it in GitHub Desktop.
Set dotnet cli language
[System.Environment]::SetEnvironmentVariable('DOTNET_CLI_UI_LANGUAGE','en-US')
$env:DOTNET_CLI_UI_LANGUAGE
en-US

or

  1. Go to location where dotnet is installed
  2. Go to "dotnet-install-directory\sdk\sdk-version"
  3. Delete or rename the folder "pt-BR"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment