[TYPO3-dev] Add additinal language file for a frontend plugin

Tapio Markula tapio.markula at xetpoint.fi
Thu Jan 28 09:09:50 CET 2010


Hi

frontent plugin has


function main($content,$conf)	{
		$this->conf=$conf;		// Setting the TypoScript passed to this function 
in $this->conf
		$this->pi_setPiVarDefaults();
		$this->pi_loadLL();	

$this->pi_loadLL(); loads automatic locallang.php or locallang.xml (the 
frontend plugin didn't have any language file inclusion)

But what to to if I create an XCLASS and would merge an additonal 
language file so that

.$this->pi_getLL('something').

could be used as if the language information would be in the original 
language file




More information about the TYPO3-dev mailing list