Jesway / flutter_translate

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
MIT License
403 stars 118 forks source link

Possible to translate a specific widget? #109

Closed mironsaid closed 1 year ago

mironsaid commented 1 year ago

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')),
 ),
bratan commented 1 year ago

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