vb.net 如何更改 Microsoft Visual Basic 中的默认语言

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/27879151/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-17 18:38:37  来源:igfitidea点击:

How to change default language in Microsoft Visual Basic

vb.netvisual-studio-2010visual-studio

提问by Moksh

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?

我已经下载了 Microsoft Visual Basic 2010 Express 版本,结果发现它是法语版本。如何将版本的默认语言更改为英语?

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

但是我阅读了类似的帖子 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 )

但找不到提到的路径.. 工具 -> 选项 -> 环境 -> 国际设置 -> 语言(法语为 Outils -> 选项 -> 环境 -> Paramètres internationales -> 语言)

Please help!

请帮忙!

回答by Dhruvin Sukhadiya

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.

为了在 Visual Studio 中使用多种语言,您必须安装多种语言的 Visual Studio。对于您安装的每个语言版本的 Visual Studio,您将在 Interantional Settings 菜单中获得另一个选项。

See this pagefor 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.

您甚至可以通过 appwiz.cpl 卸载德语版本。查找以 de 或 DEU 结尾的 Visual Studio 组件。

It seems that the license is language independent.

许可证似乎与语言无关。