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

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.

Related

how to change visual studio default language?

I installed visual studio code, I'm a beginner and struggled to change the language from French to English. When I searched online many people said that I needed to run Visual studio installer but I can't find that and I do not have the tools option in the top bar.
Please help. Thank you.

Changing language after installation in Visual Studio 2017 for Mac?

I have installed Visual Studio Community 2017 on my Mac but I want to change the language. How can I do that? I cannot find an option in the VS settings to change the language.
In Visual Studio for Mac you can change the lanugage in Preferences - Environment - Visual Style - User Interface Language.

SSDT(SQL Server Data Tools) Missing from Visual Studio 2015

I've installed Visual Studio 2015, but the ssdt features are missing as you can see below
I checked the ssdt option at the setup, and the only thing i did was change the default installation directory from c:/ to d:/ (don't know if it changes anything). When i use the Typical installation, ssdt installs fine, but it installs VS at c:/, and i need it installed at "D:/" ...
Here is a screenshot of my VS Setup
How can i have SSDT features back?
EDIT: To solve my problem i did the fist part of the third step at this link, which was:
Download the appropriate version of SSDTSetup.exe for your chosen language from the table below (use the “save” option in your browser, rather than “run”):
Portuguese (Brazil) http://go.microsoft.com/fwlink/?LinkID=619232&clcid=0x416
Chinese (PRC) http://go.microsoft.com/fwlink/?LinkID=619232&clcid=0x804
German http://go.microsoft.com/fwlink/?LinkID=619232&clcid=0x407
English (United States) http://go.microsoft.com/fwlink/?LinkID=619232&clcid=0x409
Spanish http://go.microsoft.com/fwlink/?LinkID=619232&clcid=0x40a
French http://go.microsoft.com/fwlink/?LinkID=619232&clcid=0x40c
Italian http://go.microsoft.com/fwlink/?LinkID=619232&clcid=0x410
Japanese http://go.microsoft.com/fwlink/?LinkID=619232&clcid=0x411
Korean http://go.microsoft.com/fwlink/?LinkID=619232&clcid=0x412
Russian http://go.microsoft.com/fwlink/?LinkID=619232&clcid=0x419
Chinese (Taiwan) http://go.microsoft.com/fwlink/?LinkID=619232&clcid=0x404
You can try installing SSDT for Visual Studio 2015 https://msdn.microsoft.com/en-AU/mt186501
Note that it mentions that it supports Visual Studio 2015 Express and I notice you have the Community edition, so hopefully Community edition is supported as well.
Link provided allows downloading
SSDT_14.0.50730.0
It did not help me.
This link
https://msdn.microsoft.com/he-il/mt429383
You can download SSDT_14.0.51215.0
SQL Server Data Tools in Visual Studio Preview 2015
That solved the problem.
Here is a download location :
https://msdn.microsoft.com/en-us/library/mt204009.aspx
Could you try repairing SSDT from the Control Panel\Programs\Programs and Features
Right clicking Microsoft Sql Server Data Tools
Click repair

Other project types is empty in visual studio 2008

In my system when I click on Add->new project->And go to Other project types I cant see any project types. I actually wanted to convert my c# project to executable.
Is any component missing during installation? I am using Visual studio 2008 professional edition
Please help me..
I had the same issue until I looked into what software I was ACTUALLY using - check to see if you're really using Microsoft Visual Studio 2008 - I thought I was until I realized I was using Visual Studio 2008 Shell (integrated mode) which is different.
Microsoft Visual Studio 2008 Shell (integrated mode) is part of the SQL Server 2008 Management Studio, so the project types available to it are different than MSVS 2008... Microsoft developed the Shell to have the same look and feel of Visual Studio so users were comfortable and familiar with the layout.
Go to Tools>>Import and Export Settings>>Reset all settings>>Choose yes or no to save current settings>>
Then choose Visual C# Development Settings or General Development Settings.
So that you can have templates you need.
You can reopen your VisualStudio ISO and try to repair or you can install VisualStudio Express to make sure you can install all templates.
My guess is you didn't make a full installation and forgot to install some components.

Visual Studio 2010 lost the WP7 templates

I have a problem in Visual Studio 2010 Ultimate and WP7 SDK.
I have installed the WP7 SDK and when i tried to use Add an item... in my solution the list of installed templates was completely empty.
Then i updated to the WP7.5 SDK the same happened.
I uninstalled the SDK and reinstall nothing.
I tried to reset the settings using the methods described here and here
I uninstalled everything related to VS and reinstalled it with the same thing happened.
Any info to fix it?
There are several things you could try.
Make sure that the language of the IDE matches the one in your settings. Go to Tools > Options > Environment > International Settings and set the Language to English. Once done, go to point 2.
Most obvious - devenv /installvstemplates
Uninstall Visual Studio itself (not sure what you meant by everything related)
Open C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates and C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates - check that the templates are physically present in the folder.
I've got the same problem. The problem was in language settings: I used russian version of Windows 7, english version of VS2010 and installed russian version of WP7.1 SDK.
I fixed it with this:
Tools > Options > Environment > International Settings and set the Language to "same as Windows language" (it means russian).

Resources