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