wxpython and wxlocale

Brian Kelley bkelley at wi.mit.edu
Mon Jan 26 19:27:55 EST 2004


Jarek Zgoda wrote:
> 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.
> 
And if you want to internationalize your OWN dialogs:

http://wiki.wxpython.org/index.cgi/Internationalization

Brian




More information about the Python-list mailing list