Change Visual Studio 2010 Ultimate from Italian to English? - visual-studio-2010

I have downloaded Visual Studio 2010 Ultimate in Italian and want to change it to English. How can I do that?

Tools > Options > International Settings
Or:
Strumenti > Opzioni > Click Mostra Tutte le impostazioni (i.e Show all settings) > Impostazioni Internazionali
Select Windows Language, press OK, and restart Visual Studio.

Related

Visual Studio 2015 + Windows Dark Theme

I'm using Windows 10, when I change the theme to Hight Contrast (Dark) in the OS display settings my Visual Studio 2015 shows all code monocromatically as follows:
Visual Studio doesn't allows me to change the "Color theme" in the menu Options > Environment > General.
I've tried to delete all my Visual Studio's user settings but the problem persists. How do I fix the problem?

Visual Studio 2010 Ultimate Handling Issue

I have installed Visual studio 2010 Ultimate newly in my system for 64 bit. It is looking some what difference. I could not choose my class names and object names form the drop down menu. It is hidden.
How to get that in Visual Studio 2010
Enable it in Tools > Options > Text Editor > All Languages >
Check the 'navigation bar' checkbox.

No JavaScript Intellisense in Visual Studio Express 2012 For Windows Phone

I'm developing mobile app for windows phone using Windows phone 8 SDK (Visual Studio Express 2012 For Windows Phone). I want to use autoComplete facilities when coding in Javascript. For that I need to use Intellisense for JS.
According to my knowledge, To configure Intellisense according to my knowledge,It have navigate to the [Tools] > [Options] > Text Editor > JavaScript > IntelliSense >
But in my
[Tools] > [Options] > Text Editor > list there is No item called JavaScript.
Please someone help me for solve this.
Are you running Visual Studio 12, or Visual Studio 2012? You state "12" in the text, but have tagged the post with "visual-studio-2012". Confusingly, version "12" is the 2013 release.
Regardless, please ensure you are running Visual Studio 2013 with at least update 2 (preferably update 4), and also be sure to enabled the "Web Developer Tools" features.
See Windows Phone 8 template in Visual Studio 2013 Preview for a similar issue to see if any of this applies.

Create Visual Studio 2008 Add-In with Visual Studio 2010

is there a way to create a Visual Studio 2008 Add-In with the Visual Studio 2010?
Our customer still uses VS2008, in our upgrade-progress to VS2010 with TFS2010 it would be nice when we're able to develop this Add-In in VS2010.
Or is an Visual Studio 2010 Add-In backward compatible?
Thanks!
Alex
There are three levels of extensibility in Visual Studio :
Macros,
Add-ins,
VS Packages
I can confirm that VS2008 Add-ins work perfectly well in VS2010 beta2. You just have to edit the .AddIn file and replace "9.0" by "10.0".
best regards
u should go to this path and copy add-ins path into,then work its
Open up Visual Studio > Tools Menu > Options > Environment > Add-In/Macro Security > Add the path for example "C:\VisualStudioPlugins"
then u use this add-ins
saeedPy - best regards

Change Visual Studio 2010 Ultimate from German to English?

I need to change my Visual Studio 2010 installation from German to English. However, I only have access to the German version (via MSDNAA) for Visual Studio 2010 Ultimate. How can I change it to English? Thanks in advance for any help.
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.
I don't have a non-English machine to try this on but Tools | Options | Environment | "International settings" has a "Language" setting. On my system, the two choices are "English" and "Same as Microsoft Windows".
Have you tried the solution that works for the Professional version?
MS VS 2010: change language settings from de to en
It might work for Ultimate as well.
https://www.microsoft.com/en-us/download/details.aspx?id=30681
Download a language pack from here, install it and then you can change to that language by clicking Tools > Options > Environment > International Settings.

Resources