This template displays a list for the current domain object. If you modify this template, do not forget to change the overwrite settings in /Configuration/ExtensionBuilder/settings.yaml: Resources: Private: Templates: Region: List.html: keep Otherwise your changes will be overwritten the next time you save the extension in the extension builder. {namespace grdsList=Tx_GrdsLanguageMenu_ViewHelpers_List} {namespace grdsLang=Tx_GrdsLanguageMenu_ViewHelpers_Lang} {namespace grdsSettings=Tx_GrdsLanguageMenu_ViewHelpers_Settings}

grds_language_menu update info

You updated the extension and you are still using the old override syntax. Please go to your Typoscript setup an replace the old syntax like:

plugin.tx_grdslanguagemenu {  
    settings {
        languageParamOverride {
            L1 = 5
            L5 = 0
        }
     }
 }

with the new syntax:

plugin.tx_grdslanguagemenu {  
    settings {
        languageParamOverride {
            L1.lang = 5
            L5.lang = 0
        }
     }
 }

By the way: have a look to our manual an see our new features like the possibility to redirect a language extern or to an other pid.