Re: glade localization woes



Oh, and the problem in widgets not set via glade only happens the first time they're set.

So if I do:

$label->set (gettext ("XXX"));

And the translation of "XXX" contains accented characters thos will display as garbage, however, if I do

$label->set (gettext ("XXX"));
$label->set (gettext ("XXX"));

Then the resulting label on the screen appears correct.

Thanks in advance,

Cristóvão



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]