LocalesIntl extension

Extension methods for handling internationalization within GetX.

on

Properties

fallbackLocale Locale?
Gets the fallback locale.
getter/setter pair
locale Locale?
Gets the current locale.
getter/setter pair
translations Map<String, Map<String, String>>
Gets the translations.
no setter

Methods

addTranslations(Map<String, Map<String, String>> tr) → void
Adds translations.
appendTranslations(Map<String, Map<String, String>> tr) → void
Appends translations.
clearTranslations() → void
Clears all translations.