-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch CLI to a non-system language #8686
Comments
I have changed the language from English to something else on an English OS - however, it's probably the same technique: If that doesn't work - try setting "DOTNET_CLI_UI_LANGUAGE" to nothing Let me know if that works - I'm now curious... |
Thank you @johnbeisner, 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). |
Sorry, this did not end up working out after all. I am now receiving In my Really hope there is a straightforward way to just switch everything to English and ignore the system language, because I sometimes have to work on a machine with Home edition which won't allow me to switch languages and this is extremely frustrating. |
Change compiler errors language in Visual Studio 2013 I removed |
And it stayed that way for exactly one compiler invocation. Deleted |
cc @nguerrera |
@TomasHubelbauer How are you invoking the compilation: |
@nguerrera |
Does this repro when you just do dotnet build? |
@livarcocc I have just noticed This, presumably combined with the fact that I have deleted the resource directories, now made the compiler spit out warning At this point, the warning is in Czech (?!) but the exception messages thrown during the execution of the program are in English. The So I have set the variable using The Thank you! |
I cannot get an english output for dotnet on Linux Ubuntu 19.04 even with DOTNET_CLI_UI_LANGUAGE set.
Yes exactly this, I appreciate the language change but whenever I'm trying to debug I need to be able to get the verbage in English for better results. |
Same here on OSX Some details
|
@KacperBak have you managed to switch to English in macOS? |
@sergeyzwezdin try to switch your mac language to English. It worked for me. |
@stysiok well, it will definitely work :-) But I wouldn't like to change OS language only just for that. |
For macOS setting |
Thanks, bro |
This worked for me ! Thank you |
How do I make the
dotnet
CLI be in English when I'm on non-English Windows?The text was updated successfully, but these errors were encountered: