You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flutter Development (flutter-dev)
Answering my own question. I found this package (language_pickers) that has a utility function to do this: