in reply to
setlocale problem
I don't see anything in the Locale::gettext module that would cause it to get the setting from the environmental variable LANG. If you want to override the LANG environmental varible you could try putting:
$ENV{LANG}='';
[download]
in your code.
Comment on
RE: setlocale problem
Download
Code
In Section
Seekers of Perl Wisdom