summaryrefslogtreecommitdiff
path: root/accessibility/source/helper/accresmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/source/helper/accresmgr.cxx')
-rw-r--r--accessibility/source/helper/accresmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/helper/accresmgr.cxx b/accessibility/source/helper/accresmgr.cxx
index 3df874460a48..81e675daaab3 100644
--- a/accessibility/source/helper/accresmgr.cxx
+++ b/accessibility/source/helper/accresmgr.cxx
@@ -43,7 +43,7 @@ void TkResMgr::ensureImplExists()
if (m_pImpl)
return;
- ::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale();
+ ::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILanguageTag().getLocale();
m_pImpl = SimpleResMgr::Create("acc", aLocale );