Skip to content

Commit dc93d52

Browse files
authored
Merge pull request #3006 from ChrisDenton/vs-language
Visual Studio: Add the English language pack
2 parents 02496b0 + edc667a commit dc93d52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cli/self_update/windows.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ pub(crate) fn try_install_msvc(opts: &InstallOpts<'_>) -> Result<ContinueInstall
139139
cmd.arg("--wait")
140140
// Display an interactive GUI focused on installing just the selected components.
141141
.arg("--focusedUi")
142+
// Add the English language pack
143+
.args(["--addProductLang", "En-us"])
142144
// Add the linker and C runtime libraries.
143145
.args(["--add", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64"]);
144146

0 commit comments

Comments
 (0)