summaryrefslogtreecommitdiff
path: root/formula/source/core/resource/core_resource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source/core/resource/core_resource.cxx')
-rw-r--r--formula/source/core/resource/core_resource.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/core/resource/core_resource.cxx b/formula/source/core/resource/core_resource.cxx
index 9b2971946148..63279d2db7ff 100644
--- a/formula/source/core/resource/core_resource.cxx
+++ b/formula/source/core/resource/core_resource.cxx
@@ -47,7 +47,7 @@ namespace formula
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 = ResMgr::CreateResMgr("for", aLocale);
}