i18nService = $i18nService; } /** * @return string */ public function render(): string { return \str_replace('_', '-', (string)$this->i18nService->getConfiguration()->getCurrentLocale()); } }