.. include:: /Includes.rst.txt .. _feature-84650: =================================================================== Feature: #84650 - Introduce fluid data processor for language menus =================================================================== See :issue:`84650` Description =========== This feature introduces a new :typoscript:`LanguageMenuProcessor` for Fluid based language menus based on the languages defined for the current site. Options ------- :`if`: TypoScript if condition :`languages`: A list of comma separated language IDs (e.g. 0,1,2) to use for the menu creation or `auto` to load from site languages :`as`: The variable to be used within the result Example TypoScript configuration -------------------------------- .. code-block:: typoscript 10 = TYPO3\CMS\Frontend\DataProcessing\LanguageMenuProcessor 10 { languages = auto as = languageNavigation } Example Fluid-Template ---------------------- .. code-block:: html .. index:: Fluid, TypoScript, Frontend