Set locale the wxPython way

I think I recall another thread mentioning that once your wx locale goes out of scope the locale reverts to default so self.locale = etc.

···

-----Original Message-----

From: Boštjan Mejak

Sent: 30 Jun 2012 14:44:51 GMT

To: wxpython-users@googlegroups.com

Subject: Re: [wxPython-users] Set locale the wxPython way

What for?

myLocale = wx.Locale(wx.LANGUAGE_GERMAN)

myLocale.SetLocale()

Something like that perhaps?

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en

Can you be more specific please?