summaryrefslogtreecommitdiff
path: root/android/source/res/xml/libreoffice_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/res/xml/libreoffice_preferences.xml')
-rw-r--r--android/source/res/xml/libreoffice_preferences.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/source/res/xml/libreoffice_preferences.xml b/android/source/res/xml/libreoffice_preferences.xml
index 3bc04d769278..86ad3af81971 100644
--- a/android/source/res/xml/libreoffice_preferences.xml
+++ b/android/source/res/xml/libreoffice_preferences.xml
@@ -22,6 +22,15 @@
android:title="@string/pref_file_explorer_title"
android:key="EXPLORER_VIEW_TYPE"
android:summary="@string/pref_viewmode_summary" />
+
+ <ListPreference
+ android:title="Display Language"
+ android:summary="Set the default display language"
+ android:entries="@array/SupportedLanguages"
+ android:entryValues="@array/SupportedLanguagesValues"
+ android:key="DISPLAY_LANGUAGE"
+ />
+
<CheckBoxPreference
android:title="@string/pref_show_hidden_files"
android:key="ENABLE_SHOW_HIDDEN_FILES"