diff --git a/src/content/ui/accessibility-and-internationalization/internationalization.md b/src/content/ui/accessibility-and-internationalization/internationalization.md index f60e14930d2..829c60d2f07 100644 --- a/src/content/ui/accessibility-and-internationalization/internationalization.md +++ b/src/content/ui/accessibility-and-internationalization/internationalization.md @@ -265,8 +265,8 @@ complete the following instructions: ``` 6. Now, run `flutter pub get` or `flutter run` and codegen takes place automatically. - You should find generated files in the directory at the path you specified - with the `arb-dir` or `output-dir` options. + You should find the generated files in the directory at the path you specified + with the `output-dir` option, or in `.dart_tool/flutter_gen/gen_l10n`. Alternatively, you can also run `flutter gen-l10n` to generate the same files without running the app.