Multiple-Language Environments

In a multiple-language environment, debug sessions can be run in one of the set of defined languages at the deployment. The Language property specifies the language in which to invoke the debug session. However, Visual Studio continues to run in the language defined by the Windows User Locale setting.

For the following example, assuming that the Windows User Locale is set to English, the Visual Studio debug interface runs in English.

In the Debugger Configuration Properties dialog box, if the Language property is set to French, the application interface is invoked in French. Similarly, the Report, Method Call, and Messenger are also invoked in French.

Refer to Running a Debug Session and Debugger Configuration Properties for more information on the Debug Mode and Language properties.