diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index ffd2841c2..3f067b971 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -998,6 +998,7 @@ when your installation is complete and you restart your system.")), #- convert to the default locale for asked language $locale->{lang} = $listval2val->($lang); + lang::lang_changed($locale); } sub selectLanguage_standalone { |