defaultLocale property
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;
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").
final String defaultLocale;