[TYPO3-ect] translations with lib/div

Steffen Kamper steffen at sk-typo3.de
Mon Jul 30 11:58:53 CEST 2007


Hi Elmar,

"Elmar Hinz" <elmar07 at googlemail.com> schrieb im Newsbeitrag 
news:mailman.1.1185787866.8994.typo3-team-extension-coordination at lists.netfielders.de...
>> Must be:
>>
>> $this->configurations->get('_LOCAL_LANG.');
>>                                       ^^^^      There has to be a DOT!!!!
>
> I forgot the controller:
>
> $this->controller->configurations->get('_LOCAL_LANG.');
>
>
> Regards
>
> Elmar
>
>
thx for answer so quick now.
yes, the dot is a little but big error, now with dot :-)

I tried that in form controller of bananas, function _display:
t3lib_div::debug($this->configurations->get('_LOCAL_LANG.'),'try');
return is empty, but on the page i defined
plugin.tx_bananas.configurations.{
    _LOCAL_LANG.default.title = neuer Titel
}

I work without cache on my dev, so this is no problem.

The implementation in setPathToLanguageFile is only temporary, that should 
accessed in _loadLocalLang later, but first i have to get the TS ;-)

vg  Steffen 




More information about the TYPO3-team-extension-coordination mailing list