
Limitations of Multi-Language Installations
When you install different locale versions of Visual Studio on the same computer, consider the following:
The Windows Software Development Kit (SDK) does not allow more than one language version to be installed on the same computer. If you install another language version on a computer that already has a version of the Windows SDK installed, the existing version is overwritten.
You can only switch languages between similar editions. For example, if you have an English Express Edition installed, a German Express Edition installed, and a Professional Edition installed, you can only switch languages for the Express Editions, not for the Professional Edition.
Support for Code Pages
Some Visual Studio tools do not display text correctly when the text contains characters that are not in the current code page. Instead, question marks appear or the text is corrupted. The following tools or areas are affected:
Sites deployed via FTP.
Non-ASCII computer names.
Command-line tools that run outside Visual Studio.
Setup and Deployment projects.
Setup Bootstrapper.
Visual Basic Migration Wizard.
ActiveX Control Test Container.
Create GUID Tool.
Error Lookup Tool.
ATL/MFC Trace Tool.
Spy++.
OLE/COM Object Viewer.
ISAPI Web Debug Tool.
MFC application projects that have HTML Help content.
Projects with DataSource.
Visual SourceSafe / SCCI falls back to English when there is an incompatible code page.
Visual SourceSafe does not support Unicode file names.
To correctly display characters that are not included in the current code page
Click Start, click Control Panel, and then open Regional and Language Options.
Click the Advanced tab.
In the Select a language to match the language version of the non-Unicode programs you want to use drop-down list, select the language you are currently using for Visual Studio.
Click OK.
Note: |
|---|
You must be an administrator on the computer to perform this procedure. |