Get all supported locales
static List<Locale> get supportedLocales { return LokotroPayLanguage.values.map((lang) => lang.locale).toList(); }