LocalizationOptions constructor
LocalizationOptions(
- LocalisationCode languageCode, {
- String ok = "Ok",
- String cancel = "Cancel",
- String help = "Aide",
- String remainingTime = "Temps restant",
- String emptyField = "Se champ est obligatoire",
- String invalidEmail = "Email invalide",
- String invalidPassword = "Mot de passe invalide",
- String invalidCharacterNumber = "Nombre de caractères invalide",
- String invalidPhone = "Numéro invalide",
- String invalidFormat = "Format invalide",
- String invalidUrl = "Adresse invalide",
Implementation
LocalizationOptions(this.languageCode,
{this.ok = "Ok",
this.cancel = "Cancel",
this.help = "Aide",
this.remainingTime = "Temps restant",
this.emptyField = "Se champ est obligatoire",
this.invalidEmail = "Email invalide",
this.invalidPassword = "Mot de passe invalide",
this.invalidCharacterNumber = "Nombre de caractères invalide",
this.invalidPhone = "Numéro invalide",
this.invalidFormat = "Format invalide",
this.invalidUrl = "Adresse invalide"});