获取手机系统语言
Future<String> xcLocalePreferredLanguage() async{ final result = await _api.xcLocalePreferredLanguage(); return Future.value(result); }