Customizing HtmlHelpController

HI,

I'm french. I took a look on the sample of HtmlHelpController in the WxPython
demo.
But i wonder how TRANSLATE the controls (buttons, tooltips...) of the frame ?

thanks for your answers !!!

(and sorry for my english)

Hi Ivan,

HI,

I'm french. I took a look on the sample of HtmlHelpController in the WxPython
demo. But i wonder how TRANSLATE the controls (buttons, tooltips...) of the frame ?

thanks for your answers !!!

(and sorry for my english)

__________

I'm pretty sure you have to use wx.Locale to do this. See the following wiki entry:

http://wiki.wxpython.org/Internationalization

ยทยทยท

-------------------
Mike Driscoll

Blog: http://blog.pythonlibrary.org
Python Extension Building Network: http://www.pythonlibrary.org

Great ! It works perfectly !

Thanks for your help !