String translate(BuildContext context) { return AppLocalization.of(context)?.translate(this!) ?? ""; }