Example usage for Java android.os LocaleList fields, constructors, methods, implement or subclass
The text is from its open source code.
LocaleList(@NonNull Locale... list) Creates a new LocaleList . |
boolean | equals(Object other) |
Locale | get(int index) Retrieves the Locale at the specified index. |
void | setDefault(@NonNull @Size(min = 1) LocaleList locales) Also sets the default locale by calling Locale.setDefault() with the first locale in the list. |
int | size() Returns the number of Locale items in this LocaleList . |