locales property

List<Locale> locales
final

The list of supported locales by this delegate.

A supported locale example: If en_US is given, then both en and en_US are supported by this delegate, and it will load the normalized locale accordingly. Same if pt is given, it will support both pt and pt_BR locales.

Supported Given Loaded
en_US en en_US
en_US en_US en_US
pt pt pt
pt pt_BR pt
'jp' 'pt' errors

Implementation

final List<Locale> locales;