获取语言
static Locale getMode(int? val) => EnumLanguageMode.values.firstWhere((item) => item.val == val).mode ?? PlatformDispatcher.instance.locale;