KB PS Visual Studio only in local language - rpapub/WatchfulAnvil GitHub Wiki
Problem: Visual Studio is Only Available in German – Missing English Language Pack
Symptoms
The Visual Studio installation is in German only, and you want to install the English language pack.
Root Cause
Software installation was done in localized language mode.
Solution
-
Open Visual Studio Installer
- Press
Win + S
, type "Visual Studio Installer", and open it.
- Press
-
Modify Installed Version
- Locate your installed Visual Studio version.
- Click Modify.
-
Go to the "Language Packs" Tab
- Select English from the available languages.
-
Apply Changes
- Click Modify to start the installation.
-
Set English as the Default Language (Optional)
- Open Visual Studio.
- Go to Tools → Options → International Settings.
- Select English from the dropdown.
- Restart Visual Studio.
References
- none