[wxPython] wxLocale support

wxLocale support

I’m looking into setting up I18N support for my wxPython app

and am hoping to get some recommendation on the approach

to take. It seems that at least right now wxLocale is not

supported through the Python API (I am not using wxWindows

directly) and so I need to fall back on the Python gettext module.

Is this so?

Thanks.

···

Jeff Kotula Sr. Principal Software Engineer

Vital Images jkotula@vitalimages.com

Renunciation is not giving up the things of this world,

but accepting that they go away.

            -- Suzuki Roshi

I'm looking into setting up I18N support for my wxPython app
and am hoping to get some recommendation on the approach
to take. It seems that at least right now wxLocale is not
supported through the Python API (I am not using wxWindows
directly) and so I need to fall back on the Python gettext module.
Is this so?

wxLocale is in wxPython 2.3.3, but Python's gettext is nice too.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!