static List<String> getDateFormat(String locale) { return localizedDateFormat[locale.split("_").first] ?? localizedDateFormat["en"]!; }