diff --git a/IDE/src/BuildContext.bf b/IDE/src/BuildContext.bf index b1e199cc..58b5fb4c 100644 --- a/IDE/src/BuildContext.bf +++ b/IDE/src/BuildContext.bf @@ -1104,6 +1104,7 @@ namespace IDE } var runCmd = gApp.QueueRun(linkerPath, linkLine, gApp.mInstallDir, .UTF16WithBom); + runCmd.mEnvVars = new .() { (new String("VSLANG"), new String("1033")) }; runCmd.mOnlyIfNotFailed = true; var tagetCompletedCmd = new IDEApp.TargetCompletedCmd(project); tagetCompletedCmd.mOnlyIfNotFailed = true;