|
0, // TODO: // MAKELANGID(LANG_NEUTRAL,SUBLANG_DEFAULT) |
Hi,
I am making a multilingual application and I have a case that Kernel32Util.getLastErrorMessage() messages are being written to the log in user-local language instead of English.
Sure, I can fix this problem locally but I would like to contribute a fix -- would you accept a PR fixing that TODO?
Thank You
Kind Regards,
Oleksandr Klymenko
jna/contrib/platform/src/com/sun/jna/platform/win32/Kernel32Util.java
Line 196 in 529b716
Hi,
I am making a multilingual application and I have a case that Kernel32Util.getLastErrorMessage() messages are being written to the log in user-local language instead of English.
Sure, I can fix this problem locally but I would like to contribute a fix -- would you accept a PR fixing that TODO?
Thank You
Kind Regards,
Oleksandr Klymenko