From 0ac58072195695ad5eca8af9ef24735561527a54 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 23 Nov 2005 16:37:24 +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 f97a180dc..476d70f54 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