loadApp property

String get loadApp

Implementation

String get loadApp {
  if (language == french) return '(FR) Load App';
  return 'Load App';
}