yes property

String get yes

Implementation

String get yes {
  if (language == french) return 'Oui';
  return 'Yes';
}