in reply to Re: How to call GetSystemDefaultLangID() with Win32::API
in thread How to call GetSystemDefaultLangID() with Win32::API
Your idea of specifying LONG certainly produces some output: I get similar output to you:
Returned '2011563020' Lang ID: 0x77E6040C
but it's utter crap: the Lang ID is actually 0x0809 (2057) for UK English or 0x0409 (1033) for US English. (And the C program in my original post correctly produces these numbers.)
How do I get the /right/ answer out of it, not just any old rubbish?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to call GetSystemDefaultLangID() with Win32::API
by NetWallah (Canon) on Jun 23, 2004 at 18:39 UTC | |
by shay (Beadle) on Jun 24, 2004 at 12:34 UTC | |
|
Re^3: How to call GetSystemDefaultLangID() with Win32::API
by BrowserUk (Patriarch) on Jun 23, 2004 at 20:58 UTC |