- /**
- * The list of languages
- *
- * @var array
- */
- private array $languages = [];
-
- /**
- * The current locale
- *
- * @var string
- */
- private string $locale;
-
- /**
- * The RequestStack instance
- *
- * @var RequestStack
- */
- private RequestStack $request;
-
- /**
- * The RouterInterface instance
- *
- * @var RouterInterface
- */
- private RouterInterface $router;
-
- /**
- * The SluggerUtil instance
- *
- * @var SluggerUtil
- */
- private SluggerUtil $slugger;
-
- /**
- * The TranslatorInterface instance
- *
- * @var TranslatorInterface
- */
- private TranslatorInterface $translator;
-