From: Schaffter E. <er...@er...> - 2006-11-06 08:29:22
|
Mattia Barbon <mat...@li...> wrote: > > Pass to ->new the same parameters you would pass to ->Init. > For example: > > my $locale = Wx::Locale->new( wxLANGUAGE_DEFAULT ); > Hello I have the following code use Wx::Locale qw(:default wxLANGUAGE_FRENCH); my $locale = Wx::Locale->new( wxLANGUAGE_FRENCH ); But the buttons of the wizard are still in english. Do I have to apply the $locale variable somewhere ? Any idea ? Thank you |