Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set UI language in English and IntelliSense hint Language in another language in Visual Studio 2012 ?

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?

like image 692
probity Avatar asked Aug 20 '12 18:08

probity


2 Answers

Microsoft offers this article to change UI and etc of VS 2012.

I just did all stuff from Spanish to English and I get English UI including hints and etc,

Try it. It works for me.

like image 146
Friend Avatar answered Oct 23 '22 23:10

Friend


The problem is that the link does not always change the language package. It's a problem of Microsoft developers. If you want to get Visual Studio in english, please check the package language you are installing when you open the .exe file. Check that it says "ENU".

enter image description here

This is the correct link to Visual Studio 2015:

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

Sometime you switch language but it download the same file, and just when you open it, you see the same language being installed, and you are thinking that you selected the corrected language, and you did, but microsoft did you gave you the right file, and only when you see in the installation title, you can know that you are installing the correct language.

like image 37
Sterling Diaz Avatar answered Oct 23 '22 21:10

Sterling Diaz