On 17.03.2015 11:29, Shuai Meng wrote:
- return return_int(res, GetSystemDefaultLCID());
How did you test that it's system default and not user default or current thread locale?
2015-03-17 16:34 GMT+08:00 Nikolay Sivov bunglehead@gmail.com:
On 17.03.2015 11:29, Shuai Meng wrote:
- return return_int(res, GetSystemDefaultLCID());
How did you test that it's system default and not user default or current thread locale?
I didn't test but I should. It turns out that we can use SetLocale to change the locale, in order to test GetLocale, maybe I should implement SetLocale first.