[TYPO3-english] Cannot override _LOCAL_LANG of plugins

Damien Sauveron damien.sauveron at unilim.fr
Mon Apr 13 23:58:36 CEST 2009


Dear all,

I cannot override label of plugins using _LOCAL_LANG.
My website uses localization with french as default, french as first 
language and english as second one.

For example the following code does not work:

plugin.tx_veguestbook_pi1 {
     _LOCAL_LANG.default.form_firstname = Test
     _LOCAL_LANG.fr.form_firstname = Test
}

And the printed values for french are still those define in
typo3conf/l10n/fr/ve_guestbook/fr.locallang.xml


The same tries on another extension do not work either :-(
plugin.tx_comments_pi1._LOCAL_LANG.default.pi1_template.last_name = Test
plugin.tx_comments_pi1._LOCAL_LANG.fr.pi1_template.last_name = Test

For the tx_comments, I guess it is due to "." in the name for the label 
"pi1_template.last_name"

Any hints are welcome.

Best regards,
-- 
Damien Sauveron
http://damien.sauveron.fr/


More information about the TYPO3-english mailing list