[wxPython] wxMDIParentFrame, window-menu and locale language

Hi there,

I've found no hint while checking the archive, to
change the language of the 'window' menu-entry of the
wxMDIParentFrame.

It seems that e.g. default Buttons like YES / NO are
automatically user-language aware...

fiddling with wxLocale or

import locale
locale.setlocale(locale.LC_ALL, "")

doesn't take effect...

please help me, cause my customer wants a
language-homogenous interface

thanks
Peter
(=PA=)

···

__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Ihre E-Mail noch individueller? - http://domains.yahoo.de

I've found no hint while checking the archive, to
change the language of the 'window' menu-entry of the
wxMDIParentFrame.

You can change the menu that is used in the MDI parent with the
GetWindowMenu and SetWindowMenu methods.

···

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