1

I know that flutter internationalization can support many languages, but I can’t find out which languages ​​it supports. Where can I find this information?

Zhuoyuan.Li
  • 318
  • 2
  • 10

1 Answers1

0

This is Flutters guide to setting up internationalizing. Here you can find the languages support by the flutter_localizations library.

Daniel
  • 546
  • 6
  • 17