Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime i18n #232

Open
Zverik opened this issue Feb 20, 2025 · 1 comment
Open

Runtime i18n #232

Zverik opened this issue Feb 20, 2025 · 1 comment

Comments

@Zverik
Copy link

Zverik commented Feb 20, 2025

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 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.

@ilteoood
Copy link
Owner

The closest thing the library has are namespaces. What you are asking is not possible atm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants