util/TranslationCatalogs.py
changeset 817 1a3cc2065216
parent 815 e4f24593a758
child 1511 91538d0c242c
--- 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)