added a language setting to change the language directly

This commit is contained in:
Thialfihar
2010-07-18 07:19:57 +00:00
parent c3600ee679
commit a34adb09a4
8 changed files with 244 additions and 3 deletions

View File

@@ -20,6 +20,13 @@
<PreferenceCategory
android:title="@string/section_general">
<ListPreference
android:key="language"
android:title="@string/label_language"
android:entries="@array/language_entries"
android:entryValues="@array/language_values"
android:dialogTitle="@string/label_language" />
<org.thialfihar.android.apg.IntegerListPreference
android:persistent="false"
android:key="passPhraseCacheTtl"