locale property

Locale locale
final

The locale represented by this instance.

This typically includes a language code (e.g., 'en') and possibly a country code (e.g., 'US'), which together specify the language and regional settings for which the translations apply.

Implementation

final Locale locale;