Call wxSetlocale the same way we call setlocale to possibly fix #2218.
[dcpomatic.git] / src / wx / wx_util.cc
index fad3779bd07ed5339ff96b7915a897ba3ae12307..5f3769d2109cb1ae9297f79eaf7480e5d7031ea7 100644 (file)
@@ -429,6 +429,8 @@ dcpomatic_setup_i18n ()
        if (locale) {
                dcpomatic_setup_gettext_i18n (wx_to_std (locale->GetCanonicalName ()));
        }
+
+       wxSetlocale (LC_ALL, "");
 }