summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index bf189e405..d816144bb 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -462,6 +462,7 @@ sub load_mo {
$lang ||= $ENV{LANGUAGE} || $ENV{LC_ALL} || $ENV{LC_MESSAGES} || $ENV{LANG};
+ c::setlocale();
c::bindtextdomain('libDrakX', $localedir);
foreach (split ':', $lang) {