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/ _______________________________________________ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english