- /**
- * The TranslatorInterface instance
- *
- * @var TranslatorInterface
- */
- protected TranslatorInterface $translator;
-
- /**
- * The list of languages
- *
- * @var string[]
- */
- protected array $languages = [];
-
- /**
- * The current locale
- *
- * @var string
- */
- protected string $locale;
-