wxpython and wxlocale

Jarek Zgoda jzgoda at gazeta.usun.pl
Mon Jan 26 16:16:42 EST 2004


Ya <tmartinez at ammsoft.com> pisze:

> Is there any way of telling python that the text of the dialogues is in a
> specific language?
> And in affirmative case. How is it made? since all the attempts have been
> useless.
> I think that wxLocale has to be used, but I do not become clear.

loc = wx.Locale()
loc.Init(wx.LANGUAGE_POLISH)

Et voila, your program uses Polish dialogs.

-- 
Jarek Zgoda
Unregistered Linux User #-1
http://www.zgoda.biz/ JID:zgoda-a-chrome.pl http://zgoda.jogger.pl/



More information about the Python-list mailing list