Future<Locale> setLocale(String languageCode) async { await SharedPreference.setLocale(languageCode); return _locale(languageCode); }