[wxpython-users] Language of PrintPreviewDialog
Jürgen Kareta
python at kareta.de
Tue Apr 8 14:04:17 PDT 2008
Robin Dunn schrieb:
> 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
>
>
Hello Robin,
got it. Thanks.
More information about the wxpython-users
mailing list