vs2010语言显示有关问题

vs2010语言显示问题
vs2010提示:Socket error:您的主机的软件终止了一个已建立的连接

我想将Socket error后面的提示转化为英文,应该怎么操作?
------解决方案--------------------
CString strFormat;
strFormat.Format("%s", Your host software to terminate an established connection);
outputdebugstring(strFormat);
------解决方案--------------------
楼主不是想这么搞吧?你是想让系统显示英文版的错误提示而不是中文版的提示,对不对?

------解决方案--------------------
要是如楼上所说,那就直接换VS是英文版的~!
------解决方案--------------------
引用:
CString strFormat;
strFormat.Format("%s", Your host software to terminate an established connection);
outputdebugstring(strFormat);


这个办法可行