You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dont look for vslang because vs can manage the lang settings itself already and also fix a test to use en because bild machines are apparently in french sometimes???
/// Look at UI language overrides that can be set by known external invokers. (DOTNET_CLI_UI_LANGUAGE and VSLANG).
1741
+
/// Look at UI language overrides that can be set by known external invokers. (DOTNET_CLI_UI_LANGUAGE.)
1740
1742
/// Does NOT check System Locale or OS Display Language.
1741
1743
/// Ported from the .NET SDK: https://github.com/dotnet/sdk/blob/bcea1face15458814b8e53e8785b52ba464f6538/src/Cli/Microsoft.DotNet.Cli.Utils/UILanguageOverride.cs
1742
1744
/// </summary>
1743
1745
/// <returns>The custom language that was set by the user for an 'external' tool besides MSBuild.
1744
-
/// DOTNET_CLI_UI_LANGUAGE > VSLANG. Returns null if none are set.</returns>
0 commit comments