API Reference 0.3.24dart_web_toolkit_i18nDefaultLocale

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;
}

Properties

final String DEFAULT_LOCALE #

final String DEFAULT_LOCALE = "en"

final String value #

String get value=> DEFAULT_LOCALE;