mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
Add InitLocale method
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user