List all supported languages
static List<Locale> supportedLocales() { return LanguageData.languageNames.keys.map((code) => Locale(code)).toList(); }