You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I use flutter_i18n to do runtime, isolated i18n? Think modules: I load a module from a file, and it also has translations bundled in a few json files. I'd like to have multiple FlutterI18n instances local to modules, that all get the current locale from a delegate, but provide isolated i18n strings depending on which class instance I use.
The text was updated successfully, but these errors were encountered:
Hi! Sorry this is a question, not an issue.
Can I use
flutter_i18n
to do runtime, isolated i18n? Think modules: I load a module from a file, and it also has translations bundled in a few json files. I'd like to have multipleFlutterI18n
instances local to modules, that all get the current locale from a delegate, but provide isolated i18n strings depending on which class instance I use.The text was updated successfully, but these errors were encountered: