I am very interested because in Visual Studio sometimes automatically generated comments are not English.
For example, when I create an ATL project,
// DLLμ΄ OLEμ μν΄ μΈλ‘λλ μ μλμ§ κ²°μ νλ λ° μ¬μ©λ©λλ€. STDAPI DllCanUnloadNow(void) { return _AtlModule.DllCanUnloadNow(); }
Yes, I am using Visual Studio with the Korean language pack.
Therefore, Visual Studio auto-generated comments are Korean.
How can I change the language of comments?
source share