3 references to VSLANG
Microsoft.DotNet.Cli.Utils (3)
UILanguageOverride.cs (3)
14
private const string VSLANG = nameof(
VSLANG
);
65
SetIfNotAlreadySet(
VSLANG
, language.LCID); // for tools following VS guidelines to just work in CLI
89
string? vsLang = Environment.GetEnvironmentVariable(
VSLANG
);