defaultLocale property

String defaultLocale
final

The default locale for the application.

This locale is used if no other locale is specified or available. It should be a valid locale string (e.g., "en_US", "es", "fr_CA").

Implementation

final String defaultLocale;