IntlLocalizations class

Constructors

IntlLocalizations()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

locale Locale
no setter
localizationsDelegates List<LocalizationsDelegate>
no setter
stream Stream<Locale>
no setter
supportedLocales List<Locale>
no setter

Static Methods

i18n(String text, {Map<String, String> params = const {}}) String
i18nPlural(String text, {required int value, Map<String, String> params = const {}}) String
i18nSelect(String text, {required String value, Map<String, String> params = const {}}) String
init(IntlConfigScheme config, {dynamic ignoreSystemLocale = false}) → void
setLocale(Locale locale) → void
setPossibleLocaleBySystem() Locale