[TYPO3-english] Language Switch

Jan Bednarik info at bednarik.org
Tue Sep 24 20:47:51 CEST 2013


Hi,

you've got the basic nesting wrong:

page.10.marks.LANGUAGE {
lib.langMenu {
...
}
}

this is wrong. What you need is:

page.10.marks.LANGUAGE = HMENU
page.10.marks.LANGUAGE {
     special = language
     ...
}

or another option would be:

lib.langMenu = HMENU
lib.langMenu {
     special = language
     ...
}
page.10.marks.LANGUAGE < lib.langMenu

Jan

Dne 17.9.2013 18:21, Miguel napsal(a):
> Hello everyone!
>
> I found a snippet in the Core Documentation that could solve my problem,
> but it also isnt working for me, clearly i'm doing something
> wrong....Here it is a print from my TS in the template:
>
> http://img819.imageshack.us/img819/464/amx5.png
>
> Please Help Me !!



More information about the TYPO3-english mailing list