I prefer wxPython code over Python code. I was wondering how to set a new locale in a script the wxPython way. I know about the Python way of importing the locale module and then using it to set a new locale.
How can I set a new locale using wxPython and not Python?
I was thinking in the terms of wx.Locale(wx.LANGUAGE_GERMAN). Is this piece of code enough to change the current locale to German locale? Or are there more hacks involved?