I have a Flutter Project and need to get user locale so, my first question is.
1) What is the best way to get current locale for android and iOS?
I have a Flutter Project and with user locale it loads the supported internationalisation using json language file. So my second question is:
Examples:
My project supports en, tr and ru. Default project locale is en. If the user locale tr or ru all the menus and the text will be converted to
user language using language json file.
2) How to support internationalisation using json format for languages?
Any good demo, example will be appreciated.