Change App Language
You can change the default language for the app from the listed languages in the app.
Go to lib/services/auth.service.dart and change "en" to your preferred language code.
//Locale
static String getLocale() {
return LocalStorageService.prefs.getString(AppStrings.appLocale) ?? "en";
}