3 references to DOTNET_CLI_UI_LANGUAGE
Microsoft.DotNet.Cli.Utils (3)
UILanguageOverride.cs (3)
12
internal const string DOTNET_CLI_UI_LANGUAGE = nameof(
DOTNET_CLI_UI_LANGUAGE
);
67
SetIfNotAlreadySet(
DOTNET_CLI_UI_LANGUAGE
, language.Name);
80
string? dotnetCliLanguage = Environment.GetEnvironmentVariable(
DOTNET_CLI_UI_LANGUAGE
);