diff options
-rw-r--r-- | perl-install/lang.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 2598c145d..fe62dde8e 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -1134,7 +1134,7 @@ sub configure_kdeglobals { update_gnomekderc($kdeglobals, Locale => ( Charset => $kde_charset, Country => lc($locale->{country}), - Language => $lang, + Language => getLANGUAGE($locale->{lang}, $locale->{country}, $locale->{utf8}), )); if ($prev_kde_charset ne $kde_charset) { |