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