diff options
Diffstat (limited to 'xmlsecurity/source/dialogs/resourcemanager.cxx')
-rw-r--r-- | xmlsecurity/source/dialogs/resourcemanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/dialogs/resourcemanager.cxx b/xmlsecurity/source/dialogs/resourcemanager.cxx index 9296c02a89d4..4df58e9868d1 100644 --- a/xmlsecurity/source/dialogs/resourcemanager.cxx +++ b/xmlsecurity/source/dialogs/resourcemanager.cxx @@ -34,7 +34,7 @@ namespace XmlSec { const std::locale& GetResLocale() { - static const std::locale loc = Translate::Create("xsc", Application::GetSettings().GetUILanguageTag()); + static const std::locale loc = Translate::Create("xsc"); return loc; } |