[TYPO3-dev] Correct check for localisation and workspace in fe plugin

Georg Ringer typo3 at ringerge.org
Wed Jan 25 07:35:43 CET 2012


Am 24.01.2012 21:58, schrieb Jigal van Hemert:
> The way to get a localized version of a table row:
>
> if ($GLOBALS['TSFE']->sys_language_content) {
> $row = $GLOBALS['TSFE']->sys_page->getRecordOverlay('table_name', $row,
> $GLOBALS['TSFE']->sys_language_content,
> $GLOBALS['TSFE']->sys_language_contentOL, '');
> }

IMO with one restriction: this works for every table except pages

georg



More information about the TYPO3-dev mailing list