Re: [PATCH] vbscript: Implemented GetLocale(try 2)
17 Mar
2015
17 Mar
'15
3:34 a.m.
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?
17 Mar
17 Mar
9:15 p.m.
New subject: [PATCH] vbscript: Implemented GetLocale(try 2)
2015-03-17 16:34 GMT+08:00 Nikolay Sivov <bunglehead(a)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.
4012
Age (days ago)
4013
Last active (days ago)
1 comments
2 participants
participants (2)
-
Nikolay Sivov -
Shuai Meng