version property

String get version

Implementation

String get version {
  if (language == french) return '(FR) Version';
  return 'Version';
}