[TYPO3-english]  Is there a BE-Method to translate page-records?
    Stefan Frömken 
    firma at sfroemken.de
       
    Thu Jan 12 12:41:28 CET 2012
    
    
  
Hello List,
I'm searching for a TYPO3-API BE-Method to translate records of table 
pages. Any ideas?
Following don't works:
t3lib_BEfunc::getRecordLocalization('pages', $row['uid'], $sysLang[1]);
This is because isTableLocalizable($table) returns false for table 'pages'.
$GLOBALS['TSFE']->sys_page->getRecordOverlay
and
$GLOBALS['TSFE']->sys_page->getPageOverlay
are not valid within BE.
Stefan
    
    
More information about the TYPO3-english
mailing list