Closed mironsaid closed 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')), ),
Is not possible as only localizations for the currently selected locale are loaded.
I would like to know if it is possible to translate a specific widget regardless of the context locale?