diff -r 079ed646266f -r 1a3cc2065216 util/TranslationCatalogs.py --- a/util/TranslationCatalogs.py Fri Sep 07 20:10:35 2012 +0200 +++ b/util/TranslationCatalogs.py Sun Sep 09 18:54:28 2012 +0200 @@ -6,7 +6,7 @@ import wx # Get the default language -langid = wx.LANGUAGE_FRENCH +langid = wx.LANGUAGE_DEFAULT # Define locale for wx locale = wx.Locale(langid)