diff options
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index aad4d3a93..cc8860b3f 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -795,6 +795,8 @@ sub selectLanguage_standalone { format => sub { lang::l2name($_[0]) }, list => \@langs }, { val => \$locale->{utf8}, type => 'bool', text => N("Use Unicode by default"), advanced => 1 }, ]); + lang::set($locale); + Gtk2->set_locale; } sub selectLanguage_and_more_standalone { |