[wxPython-users] Re: i18n under Windows?
Robin Dunn
robin at alldunn.com
Mon Feb 5 12:58:31 PST 2007
Basil Shubin wrote:
>> What if you change it to:
>> wx.Locale.AddCatalogLookupPathPrefix(locations['locale'])
>>
>> Note the full stop after wx.Locale.
>
> No matter if there a stop ot underline. It starts working only after I
> has move all i18n initilize routine into OnInit method of wx.App subclass.
They are basically the same thing. One is a standalone function and one
is a static method, but they both call the same C++ function.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list