static Future<void> setLanguageCode(String languageCode) async { await setLocale( Locale(languageCode), ); }