changeLang function
Implementation
void changeLang(BuildContext context, String newLocale) {
context.setLocale(Locale(newLocale));
Get.updateLocale(Locale(newLocale));
}
void changeLang(BuildContext context, String newLocale) {
context.setLocale(Locale(newLocale));
Get.updateLocale(Locale(newLocale));
}