Future<void> changeLocale(String langCode, String? countryCode) async { final locale = Locale(langCode, countryCode); await Get.updateLocale(locale); }