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
Copy file name to clipboardExpand all lines: docs/build/vscpp-step-0-installation.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -65,10 +65,9 @@ After the installer is installed, you can use it to customize your installation
65
65
66
66
1. Find the workload you want in the **Installing Visual Studio** screen.
67
67
68
-

69
-
70
-
:::image type="content" source="../get-started/media/vs2022-installer-workloads.png" alt-text="Visual studio installer with the Desktop development with C++ workload checked.":::
71
-
On the right in the installation details pane, the various components of the workload are shown." lightbox="../get-started/media/vs2022-installer-workloads.png"
68
+
:::image type="complex" source="../get-started/media/vs2022-installer-workloads.png" alt-text="Visual studio installer with the Desktop development with C++ workload checked."
On the right in the installation details pane, the various components of the workload are shown.
72
71
:::image-end:::
73
72
74
73
For core C and C++ support, choose the "Desktop development with C++" workload. It comes with the default core editor, which includes basic code editing support for over 20 languages, the ability to open and edit code from any folder without requiring a project, and integrated source code control.
@@ -92,7 +91,9 @@ If you don't want to use the Workloads feature to customize your Visual Studio i
92
91
93
92
By default, the installer program tries to match the language of the operating system when it runs for the first time. To install Visual Studio in a language of your choosing, choose the **Language packs** tab from the Visual Studio Installer, and then follow the prompts.
94
93
95
-

94
+
:::image type="content" source="../get-started/media/vs-installer-language-packs.png" alt-text="Screenshot of the Visual Studio Installer, showing the Install language packs tab view.":::
95
+
English is selected. There are also options for Chinese Simplified or traditional, French, German, Spanish, and several others.
96
+
:::image-end:::
96
97
97
98
#### Change the installer language from the command line
0 commit comments