AliceContextExt extension
Extension for BuildContext.
- on
Methods
-
i18n(
AliceTranslationKey key) → String -
Available on BuildContext, provided by the AliceContextExt extension
Tries to translate given key based on current language code collected from locale. If it fails to translatekey
, it will returnkey
itself.