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

intellisense, visual-studio-2012

Solution

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.

Problem

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?

Original source