ilteoood/flutter_i18n

How can I handle internationalization of different scriptCode?

danielchan303 opened this issue · 2 comments

I have have to show traditional Chinese, or simplified Chinese based on user preference. This is in the scriptCode part of the Locale but not the countryCode, how I can show the correct language to the user?

Hi, currently is not supported because the script part is ignored

Support inserted and documented: you can use the useScriptCode parameter to enable it!