Use word "languages" in favor of multi-locale support.
In Android N, the user is able to select multiple languages. Hence
in the IME subtype enabler "Use system language" should be updated to
"Use system languages".
Bug: 27722513
Change-Id: Idcc2fa7eecd1316feac04774ff18c42614a0dc9a
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d970857..e300417 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -3730,8 +3730,10 @@
<string name="input_method_settings_button">Settings</string>
<!-- Title for settings of active input methods in each IME [CHAR LIMIT=35] -->
<string name="active_input_method_subtypes">Active input methods</string>
- <!-- Title for settings whether or not the framework will select input methods in an IME based on the current system locale. [CHAR LIMIT=35] -->
- <string name="use_system_language_to_select_input_method_subtypes">Use system language</string>
+ <!-- Title for settings whether or not the framework will select input methods in an IME based
+ on the current system locales. (The user can select multiple system locales)
+ [CHAR LIMIT=35] -->
+ <string name="use_system_language_to_select_input_method_subtypes">Use system languages</string>
<!-- Input Methods Settings localized format string for generating the appropriate "Foo settings" menu label for the Input Method named "Foo" [CHAR LIMIT=35] -->
<string name="input_methods_settings_label_format"><xliff:g id="ime_name">%1$s</xliff:g> settings</string>
<!-- Title for the settings of selecting active input methods of an IME [CHAR LIMIT=35] -->