supportedLocales property

Iterable<Locale> supportedLocales
final

The list of locales that this app has been localized for.

By default only the American English locale is supported. Apps should configure this list to match the locales they support.

Implementation

final Iterable<Locale> supportedLocales;