http://bugs.winehq.org/show_bug.cgi?id=22001
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2010-03-12 11:13:39 --- (In reply to comment #10)
You could detect the system locale and bail out for non-English/expected locales. See for example advapi32/tests/security.c: http://source.winehq.org/git/wine.git/?a=blob;f=dlls/advapi32/tests/security...
No, I don't care about a test to properly fail. What I want is to know is there a way to check on Windows what locale specifier does control use for format. For example what is system default locale in Windows - all I found is that it's dependent on Windows localization version. Could I change system default locale data to check how control will react?