localeNames property

Map<String, String> localeNames
read / write

A map sorting app language locale tags by their language names as a native would understand them.

Implementation

static Map<String, String> localeNames = {
  'en-US': 'English',
};