Try to set gettext up correctly.
[dcpomatic.git] / src / tools / dvdomatic.cc
index d0e4dd1f274c5c341ba1b14728901112453348cd..aa936523d30585f24611660a85425f07274d6f49 100644 (file)
@@ -469,6 +469,8 @@ setup_i18n ()
                        language = wxLANGUAGE_ENGLISH;
                }
        }
+
+       dvdomatic_setup_i18n (wx_to_std (locale->GetCanonicalName ()));
 }
 
 class App : public wxApp