[wxpython-users] Language of PrintPreviewDialog
Robin Dunn
robin at alldunn.com
Thu Apr 3 15:39:56 PDT 2008
Jürgen Kareta wrote:
> Hello,
>
> the printpreview dialog seems to use always the English language instead
> of the default localisation of the OS
> (on w2k, py 2.5.1 wxpy 2.8.7.1). Is there any way to adjust that ?
The PreintPreview is generic wx code, so the translated strings should
be in the wxstd.mo files, so that is where you should start looking for
the source of the problem. Check if you are doing anything that might
prevent that catalog from being loaded. Does a wxstd.mo exist for the
default language in your locale? Etc.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list