in reply to Win32 Language
It also provides you with localized dates, times, money etc (in combination with Win32::OLE::Variant).use strict; use Win32::OLE::NLS qw(:DEFAULT :LOCALE); my $lcid = GetSystemDefaultLCID(); print GetLocaleInfo($lcid, LOCALE_SLANGUAGE);
|
|---|