From 69801b88ddc11cffc63e8981113a94ac63db243f Mon Sep 17 00:00:00 2001 From: Chris Denton Date: Wed, 18 Sep 2024 10:16:37 +0000 Subject: [PATCH] Note that selecting VS lang packs is optional --- doc/user-guide/src/installation/windows-msvc.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/user-guide/src/installation/windows-msvc.md b/doc/user-guide/src/installation/windows-msvc.md index c27f46ba08..5d3d4ab26d 100644 --- a/doc/user-guide/src/installation/windows-msvc.md +++ b/doc/user-guide/src/installation/windows-msvc.md @@ -52,12 +52,17 @@ Note that the specific version of the Windows SDK doesn't matter for pure Rust c ![Select the latest MSVC component](images/component-msvc.png) ![Select the Windows 11 SDK component](images/component-sdk.png) -### Completing the install +### Adding Language Packs (optional) -After choosing the components, switch to the "Language Packs" tab and add the English language pack in addition to your preferred language. +After choosing the components, you may also want to select the language packs to install. +Switch to the "Language Packs" tab and add the languages. +It is recommended that you add the English language pack in addition to your preferred language. +This will provide English language error messages, which may help when reporting errors. ![Add the English language](images/step4.png) +### Completing the install + Finally click the install button and wait for everything to be installed. ![Wait for the install to complete](images/step5.png)