How to use the i18n feature #574
Unanswered
ShawnWu617
asked this question in
Q&A
Replies: 1 comment
-
|
At the moment, there are no built-in translations, so you can’t apply anything for automatic translation. You’ll need to translate everything manually into the languages you need. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to Flutter and still struggling to understand how to use the i18n feature in this editor.
Could you please provide a short example that shows how to automatically load the correct translations based on the device’s system language (e.g., English for en_US, German for de_DE, etc.)?
I don’t need any custom translations—just the built-in ones that ship with the package.
A minimal snippet (e.g., what to put in main.dart, where to place any required files, and how to initialize everything) would be incredibly helpful.
Thanks a lot for your time and for maintaining this great package!
Beta Was this translation helpful? Give feedback.
All reactions