17

I have a problem: I want set UI of my Visual Studio 2012 in default (English) language, but also I want that IntelliSense hints about .NET types are displayed in another language. In Visual Studio 2010 it was a very simple.

I installed before localized version, after - English version, after going in to the location

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

There was displayed two languages: local and english. I set language on Englist, restarting Visual Studio, and get what I wanted.

In Visual Studio 2012 this method is not working. I can only install language package. It change all in Visual Studio - UI, Intellisense hints, .NET Framework errors messages, e.t.c. How to set Visual Studio UI in English and Intellisense hints and .NET Framework errors messages in another language?

4

4 回答 4

4

微软提供这篇文章来改变 VS 2012 的 UI 等。

我只是做了从西班牙语到英语的所有事情,我得到了英语用户界面,包括提示等,

试试看。这个对我有用。

于 2012-11-04T12:52:18.387 回答
2

问题是链接并不总是改变语言包。这是微软开发人员的问题。如果您想获得英文版的 Visual Studio,请在打开 .exe 文件时检查您正在安装的包语言。检查它是否显示“ENU”。

在此处输入图像描述

这是 Visual Studio 2015 的正确链接:

https://www.microsoft.com/en-us/download/confirmation.aspx?id=48157

有时您切换语言但它下载相同的文件,并且当您打开它时,您会看到正在安装相同的语言,并且您认为您选择了更正的语言,并且您做到了,但是微软您是否给了您正确的文件,并且只有在安装标题中看到时,才能知道您正在安装正确的语言。

于 2016-08-20T02:42:22.920 回答
1
于 2013-06-20T13:59:54.850 回答
1

VS 选项中的国际设置似乎只改变了 UI 语言,而不是 IntelliSense 提示。

我无法确定究竟是什么修复了它,但我从 Windows 控制面板中卸载了所有(在我的情况下为德语)似乎与 .NET 框架和 Visual Studio 相关的语言包(包括用于 Office 开发的语言包)和 .NET Framework 目标包语言包)。重新启动 VS 后,IntelliSense 提示终于变成了英文。

于 2016-05-26T07:39:05.587 回答