Moksh
Moksh

Reputation: 205

How to change default language in Microsoft Visual Basic

I have downloaded Microsoft Visual Basic 2010 Express edition and it turns out to be a french version. How can I change the default language of the edition to english?

However I read the similar post How to change default language in Microsoft Visual C++

but not able to find the path mentioned .. Tools -> Options -> Environment -> International Settings -> Language (in french Outils -> Options - > Environnement - > Paramètres internationales - > Langue )

Please help!

Upvotes: 2

Views: 19441

Answers (1)

Dhruvin Sukhadiya
Dhruvin Sukhadiya

Reputation: 372

In order to have multiple spoken languages inside of Visual Studio you must install multiple languages of Visual Studio. For each language version of Visual Studio you installed you will get another option in the Interantional Settings menu.

See this page for more info.

Once the trial installation is finished you are able to switch languages in

Tools -> Options... -> Environment -> International Settings

You can even uninstall the german version through appwiz.cpl. Look for Visual Studio components with de or DEU endings.

It seems that the license is language independent.

Upvotes: 3

Related Questions