DefaultLocale abstract class
Specifies the default locale for messages in this file. If not specified, the default is <code>DEFAULT_LOCALE</code>.
abstract class DefaultLocale {
final String DEFAULT_LOCALE = "en";
String get value=> DEFAULT_LOCALE;
}