[TYPO3-english] Typoscript insertData language issue

Peter Ruijter peter.ruijter at gmail.com
Thu Apr 19 12:19:36 CEST 2012


Hi Victor,

Thanks for your reply, I will try your solution.

Kind regards,

Peter Ruijter
*Peter Industries*
www.peterindustries.com


On Thu, Apr 19, 2012 at 12:14 PM, Victor Livakovsky <v-tyok at mail.ru> wrote:

> Hi, Peter.
>
>
>  My configuration:
>> page.40 = TEXT
>> page.40 {
>>  value = Author: {page:author}
>>  lang.nl  = Auteur: {page:author}
>>  insertData =1
>>  typolink.parameter.field = author_email
>> }
>>
>> Is this because there is no getText function possible with the lang
>> property? Do I have to break the language depended code apart from the
>> data
>> requesting part to get the stuff work or is there one thing I'm
>> overlooking?
>>
>
> Seems, that you're right - insertData doesn't work with language
> overridings.
> You may try such a solution:
> page.40 = TEXT
> page.40 {
>  value.field = author
>  dataWrap = {LLL:fileadmin/locallang.xml:**page.author}: |
>  typolink.parameter.field = author_email
> }
> So, you'll hold your language related data not in TS, but in external
> llxml file.
> ______________________________**_________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**english<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english>
>


More information about the TYPO3-english mailing list