All Questions
Tagged with wxpython inheritance
1 question
5
votes
1
answer
244
views
Wrapper to translate text in wxPython widgets
I am writing a wrapper for all widgets that contain text that needs to be translated for wxPython and make them handle the initial translation and the change of language on their own using gettext.
I ...