[wxpython-users] Language of PrintPreviewDialog
Robin Dunn
robin at alldunn.com
Sat Apr 5 22:50:05 PDT 2008
Jürgen Kareta wrote:
> Using wx.Locale doesn't change anything, but that makes sense as it is a
> native dialog of the OS.
Actually, it should. IIRC, it should be causing the message catalog for
the matching language to be loaded. Remember that you need to hold a
reference to the locale object otherwise it will be reset default when
the object goes out of scope.
Maybe anyone other whoms default language isn't
> English can sprint in to confirm the behavior ?
>
> While I'm not that brilliant C/C++ programmer I like to analyse it
> further. Robin could you please be so kind to give some hints where I
> can find the sources of the underlying wx code (directory of SVN or
> topic to search for or even better a file name) ?
http://svn.wxwidgets.org/viewvc/wx/wxWidgets/branches/WX_2_8_BRANCH/src/common/prntbase.cpp
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list