wxWizard and locales problem

Hi there,

I've got a little problem concerning wxWizard (wxPyWizardPage) and
locale settings. The '< Back' and 'Next >' buttons on the pages are not
beeing translated although I've set LC_ALL to use german locales. Has
anyone a hint what I might do wrong?

I had a look at wxwindows source and saw that the text for those buttons
is set using the _("<text>") notation, the appropriate translation for
the text is available either (file de.po). I wonder if it's a problem
with python's gettext?

Greetings,
Igor

Igor Stroh wrote:

Hi there,

I've got a little problem concerning wxWizard (wxPyWizardPage) and
locale settings. The '< Back' and 'Next >' buttons on the pages are not
beeing translated although I've set LC_ALL to use german locales. Has
anyone a hint what I might do wrong?

I had a look at wxwindows source and saw that the text for those buttons
is set using the _("<text>") notation, the appropriate translation for
the text is available either (file de.po). I wonder if it's a problem
with python's gettext?

Python's gettext isn't being used at all, it should be happening in the C++ code at runtime. Are other things from wx not being translated either or just the wizard buttons?

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!