Skip to content

Commit edc667a

Browse files
committed
Visual Studio: Add the English language pack
1 parent feec94b commit edc667a

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
@@ -126,6 +126,8 @@ pub(crate) fn try_install_msvc() -> Result<()> {
126126
cmd.arg("--wait")
127127
// Display an interactive GUI focused on installing just the selected components.
128128
.arg("--focusedUi")
129+
// Add the English language pack
130+
.args(["--addProductLang", "En-us"])
129131
// Add the linker and C runtime libraries.
130132
.args(["--add", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64"]);
131133

0 commit comments

Comments
 (0)