Get language name from locale

202 views
Skip to first unread message

Jeff Jorczak

unread,
May 22, 2020, 11:27:59 AM5/22/20
to Flutter Development (flutter-dev)
Does anyone know how to get the language names from locale rather than just language code? It obviously not built in, but is there a technique/overload/package that maybe does this?

Instead of just:

`locale.languageCode`

do this:

`locale.languageName`


Jeff Jorczak

unread,
May 22, 2020, 12:50:55 PM5/22/20
to Flutter Development (flutter-dev)
Answering my own question. I found this package (language_pickers) that has a utility function to do this:

LanguagePickerUtils.getLanguageByIsoCode(languageCode).name;

Reply all
Reply to author
Forward
0 new messages