Home > Enterprise >  Is there any easy way to create Multi Language app without hardcoding json file for each language in
Is there any easy way to create Multi Language app without hardcoding json file for each language in

Time:03-08

I wanted a solution regarding Multi Language app without creating a multiple language json file

CodePudding user response:

You can use GetX localization.

CodePudding user response:

you can use flutter-localization check here for an example https://phrase.com/blog/posts/flutter-localization/

  • Related