3 references to VSLANG
Microsoft.TestPlatform.Extensions.BlameDataCollector (3)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\UILanguageOverride.cs (3)
16
private const string VSLANG = nameof(
VSLANG
);
63
string? vsLang = environmentVariableHelper.GetEnvironmentVariable(
VSLANG
);
81
SetIfNotAlreadySet(
VSLANG
, language.LCID.ToString(CultureInfo.CurrentCulture), environmentVariableHelper); // for tools following VS guidelines to just work in CLI