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:
- https://pub.dev/packages/translator
- https://pub.dev/packages/flutter_translate
- 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!