From ad5fd720ae6e588212634cf1d0d8e5cf1f7201e2 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 23 Nov 2005 16:36:12 +0000 Subject: apply locale settings immediately --- perl-install/any.pm | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit v1.2.1