summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx
index 8c95f2a7c9b0..d40f4b86403b 100644
--- a/shell/source/tools/lngconvex/lngconvex.cxx
+++ b/shell/source/tools/lngconvex/lngconvex.cxx
@@ -459,7 +459,7 @@ void start_language_section(
LanguageType ltype = LanguageTag(
OStringToOUString( iso_lang.language(), RTL_TEXTENCODING_UTF8),
- OStringToOUString( iso_lang.country(), RTL_TEXTENCODING_UTF8)).getLanguageType();
+ OStringToOUString( iso_lang.country(), RTL_TEXTENCODING_UTF8)).makeFallback().getLanguageType();
char buff[10];
int primLangID = PRIMARYLANGID(ltype);