Future<void> loadLocalizations(String languageCode) async { Locale locale = Locale(languageCode); await S.load(locale); }