diff --git a/demo/Main.py b/demo/Main.py index 4edce53a..d9ffe9c8 100644 --- a/demo/Main.py +++ b/demo/Main.py @@ -2709,6 +2709,9 @@ class MyApp(wx.App, wx.lib.mixins.inspection.InspectionMixin): return True + def InitLocale(self): + super().InitLocale() + self._locale = wx.Locale(wx.LANGUAGE_ENGLISH) #---------------------------------------------------------------------------