I'm very wondering because in Visual Studio sometimes auto generated comments are not a English.
For example, when i create the ATL project,
// DLL이 OLE에 의해 언로드될 수 있는지 결정하는 데 사용됩니다.
STDAPI DllCanUnloadNow(void)
{
return _AtlModule.DllCanUnloadNow();
}
Yes, I'm using Visual Studio with Korean language pack.
So, Visual Studio auto-generated comments are Korean.
How can i change comments language?
You can change the menu language in the Visual Studio options. 1. Select the Options command in the Tools menu and Environment > International Settings in the options dialog which then opens. The Language area displays the languages (in this case German, English).
Comment Code Block Ctrl+K+C/Ctrl+K+U If you select a block of code and use the key sequence Ctrl+K+C, you'll comment out the section of code. Ctrl+K+U will uncomment the code.
I installed the English language pack. And now VS is generated comment in English!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With