$this->getLanguageService()->sL('backend.wizards.localization:localization_wizard.finisher.noop.success.title'), 'successDescription' => $this->getLanguageService()->sL('backend.wizards.localization:localization_wizard.finisher.noop.success.description'), ]; } public function jsonSerialize(): array { return [ 'identifier' => $this->getIdentifier(), 'module' => $this->getModule(), 'data' => $this->getData(), 'labels' => $this->getLabels(), ]; } private function getLanguageService(): LanguageService { return $GLOBALS['LANG']; } }