String translate(BuildContext context) { return AndrossyProvider.of(context)?.localize(this) ?? this; }