[TYPO3-mvc] f:link.page and L-Parameter
Pascal Mächler
pascal.maechler at internezzo.ch
Mon Nov 26 07:26:50 CET 2012
Hi all
I try to create a multilanguage extbase extension.
If I localize an entry in the backend, the entry will be stored in the
specifed sysfolder with the appropriate sys_language_uid. According the
$GLOBALS['TSFE']->sys_language_uid I can fetch the correct data from the
repository. So far so good.
Now I have a list where all entries are displayed with a link to the
details in each list row. This link is created with the f:link.page
viewhelper.
If I switch the language to another language than my default language,
the details link points still to the page of the default language. I
tried to indicate the L-Parameter in the additionalParams with no effect.
Is there a way to correctly set the L-Parameter in the f:link.page
viewhelper? As far as I know the link will be generated via the
uriBuilder. Does the uriBuilder not support languages?
Thanks for your feedbacks and answers.
Cheers, Pascal
More information about the TYPO3-project-typo3v4mvc
mailing list