4 references to DOTNET_CLI_UI_LANGUAGE
Microsoft.DotNet.Cli.Utils (3)
UILanguageOverride.cs (3)
13internal const string DOTNET_CLI_UI_LANGUAGE = nameof(DOTNET_CLI_UI_LANGUAGE); 64SetIfNotAlreadySet(DOTNET_CLI_UI_LANGUAGE, language.Name); 77string? dotnetCliLanguage = Environment.GetEnvironmentVariable(DOTNET_CLI_UI_LANGUAGE);
Microsoft.NET.TestFramework (1)
Commands\TestCommand.cs (1)
78public TestCommand WithCulture(string locale) => WithEnvironmentVariable(UILanguageOverride.DOTNET_CLI_UI_LANGUAGE, locale);