in reply to How to call GetSystemDefaultLangID() with Win32::API

This is a link to what you are looking for.
http://cwashington.netreach.net/depo/view.asp?Index=309&ScriptType=perl
  • Comment on Re: How to call GetSystemDefaultLangID() with Win32::API

Replies are listed 'Best First'.
Re^2: How to call GetSystemDefaultLangID() with Win32::API
by NetWallah (Canon) on Jun 24, 2004 at 17:34 UTC
    That looks like good code (++), but it has the same problem - it returns junk in the high-order bits.

    I also had to change the [V] to "", in the "new" method for GetSystemDefaultLangID() . This may be due to different versions of perl, and Win32::API, and usage of strict and warnings.

        Earth first! (We'll rob the other planets later)