Jesway / flutter_translate

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible to translate a specific widget?

mironsaid opened this issue · comments

I would like to know if it is possible to translate a specific widget regardless of the context locale?

Text(
 translate('some_key'),
 style: TextStyle(locale: Locale('ar')),
 ),

Is not possible as only localizations for the currently selected locale are loaded.