Set (Change) Visual Studio Installer Language
If your Visual Studio Installer is using another language than en-US, you can Change it via PowerShell (most probably also a normal CMD shell window, but I haven't tried this). Find out where the VS Studio installer is installed (example is for Visual Studio 2022):
Right mouse click on:
Start-Menu->Visual Studio 2022->Visual Studio Installer
Then click on:
More >->Open file location
Now a Windows Explorer Window should open. Find the file "Visual Studio Installer" and right click it. In the context menu click on ”Properties“. In this dialog you can determine in the text entry field “Target” where setup.exe (this is the Visual Studio Installer executable) is installed. Open this directory in a PowerShell. Then in this PowerShell enter:
.\setup --locale en-US
The Visual Studio Installer should start with English US language. Exit the Installer and start it via the Start Menu: From now on, it should always start with English US language :-)