Selaa lähdekoodia

Setting link language to en-US

Brian Fiete 4 vuotta sitten
vanhempi
commit
3c9dfc4bef
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      IDE/src/BuildContext.bf

+ 1 - 0
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;