skip to Main Content

How I can change the display language in visual studio 1.72.2?

2

Answers


  1. There should be command named Configure Display Language. Hit ctrl+shift+p and type the command.

    Login or Signup to reply.
  2. For Visual Studio 2022 (which is Visual Studio v17), open the Visual Studio Installer, click the ‘Modify’ button for the installation you want to change, click ‘Language Packs’, and verify that the language you want is installed. If not installed, check the checkbox for the desired language pack, click the ‘Modify’ button to install, and follow the installer directions.

    Back in Visual Studio, in the ‘Tools’ menu choose ‘Options’. In ‘Environment’ -> ‘International Settings’ there should be a ‘Language’ drop-down menu for the installed language packs.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search