static Future<String> getLocaleName() async { var localName = Platform.localeName; return localName != "und" ? localName : defaultLocaleName; }