You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
Hi
I have some way of solving the Locale issues for windows
please review the code.
May Be it is OK for Windows but it works
class MainApp(wx.App):
def OnInit(self):
locale = wx.Locale(wx.LANGUAGE_ENGLISH)
initialize_directories()
if is_windows():
from dvha.tools.windows_reg_edit import (
set_ie_emulation_level,
set_ie_lockdown_level,
)
The text was updated successfully, but these errors were encountered: