Author: Date: Subject:
Marco De Felice
2008-07-16 16:09:13
[wxpython-users] HtmlHelpWindow i18n
Author: Date: Subject:
Robin Dunn
2008-07-18 12:09:19
Re: [wxpython-users] HtmlHelpWindow i18n
Marco De Felice wrote:
> Is there a way to translate HtmlHelpWindow without recompiling wxWidgets ?
Everything should already be coming from the wx message catalog. What
isn't working?
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
_______________________________________________
wxpython-users mailing list
[email protected]
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
Author: Date: Subject:
Marco De Felice
2008-07-19 08:03:44
Re: [wxpython-users] HtmlHelpWindow i18n
Robin Dunn wrote:
> Marco De Felice wrote:
>> Is there a way to translate HtmlHelpWindow without recompiling
>> wxWidgets ?
>
> Everything should already be coming from the wx message catalog. What
> isn't working?
>
It's all working now, thanks. I was missing the call:
self.locale = wx.Locale(wx.LANGUAGE_ITALIAN)
_______________________________________________
wxpython-users mailing list
[email protected]
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
|