in reply to GetLocaleInfo equivalent?
#!/usr/bin/perl foreach (keys %ENV){ print "$_ = $ENV{$_}\n" if (/LANG/); } [download]
This says what language set is being used