diff options
Diffstat (limited to 'android/source/res')
-rw-r--r-- | android/source/res/values/arrays.xml | 2 | ||||
-rw-r--r-- | android/source/res/xml/libreoffice_preferences.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/android/source/res/values/arrays.xml b/android/source/res/values/arrays.xml index b1b61ef89b2f..edea6443b419 100644 --- a/android/source/res/values/arrays.xml +++ b/android/source/res/values/arrays.xml @@ -14,6 +14,7 @@ <item >3</item> </string-array> <string-array name="SupportedLanguagesValues"> + <item>SYSTEM_DEFAULT_LANGUAGE</item> <item >de</item> <item >en</item> <item >tr</item> @@ -43,6 +44,7 @@ <item>@string/filter_drawings</item> </string-array> <string-array name="SupportedLanguages"> + <item>(System Default)</item> <item>Deutsch</item> <item>English</item> <item>Turkçe</item> diff --git a/android/source/res/xml/libreoffice_preferences.xml b/android/source/res/xml/libreoffice_preferences.xml index cf1d306866cf..d02c9d5cccbc 100644 --- a/android/source/res/xml/libreoffice_preferences.xml +++ b/android/source/res/xml/libreoffice_preferences.xml @@ -30,7 +30,7 @@ android:summary="@string/display_language_summary" android:entries="@array/SupportedLanguages" android:entryValues="@array/SupportedLanguagesValues" - android:defaultValue="en" + android:defaultValue="SYSTEM_DEFAULT_LANGUAGE" android:key="DISPLAY_LANGUAGE" /> |