HtmlHelpWindow i18n

Is there a way to translate HtmlHelpWindow without recompiling wxWidgets ?

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)