Actionscript
class klasse { function main() { $this->lang = 'de'; $this->LOCAL_LANG = t3lib_div::readLLfile('EXT:mein_extkey/pi1/locallang.xml',$this->lang); } function getLL($key) { return $LOCAL_LANG[$this->lang][$key]; } }
class klasse { function main() { $this->lang = 'de'; $this->LOCAL_LANG = t3lib_div::readLLfile('EXT:mein_extkey/pi1/locallang.xml',$this->lang); } function getLL($key) { return $LOCAL_LANG[$this->lang][$key]; } }