Home > Net >  Make application flutter 100% UTF-8
Make application flutter 100% UTF-8

Time:07-07

I'm sorry but I'm french developer and I want to make my application for french language and english language but for the french language I want to set the charset (like html) to UTF-8 for all of my application but I don't find how I make this, I just find how decode UTF-8 string but I think is normal to want to set UTF-8 encoding by default for all of language

Thanks for your help

Regard

CodePudding user response:

Try Localization/ Internationalization in flutter you can read about that in flutter official documentation. Or check out this blog

  • Related