Add ability to set eos language separate from pyfa language

This commit is contained in:
blitzmann
2020-07-22 23:41:38 -04:00
parent f1feb8cebe
commit ffb14a2393
5 changed files with 61 additions and 20 deletions

View File

@@ -60,7 +60,7 @@ class PyfaApp(wx.App):
# If an unsupported language is requested default to English.
if lang in supLang:
selLang = supLang[lang]
selLang = supLang[lang].wxLocale
else:
selLang = wx.LANGUAGE_ENGLISH_US