Home > database >  How can i change the language of flutter app?
How can i change the language of flutter app?

Time:02-10

I want to make a dropdown item list of different languages and when user selects one of these app language should change. I don't know what logic to apply for changing language please help me.

CodePudding user response:

This is the topic of internationalization: https://docs.flutter.dev/development/accessibility-and-localization/internationalization

CodePudding user response:

I have found translator's:

  1. https://pub.dev/packages/translator
  2. https://pub.dev/packages/flutter_translate
  3. https://pub.dev/packages/google_translator

By the plugins I writtend you have documentations but you also can go to youtube and look a tutorial about them.

Next time you can simple google what you want to have or go to pub.dev and writte in the search bar what you want.

I wish you a good day!

  • Related