[TYPO3-shop] multilanguage templates
Tim Riemenschneider
lists-05 at tim-riemenschneider.de
Mon Aug 28 13:35:54 CEST 2006
Hi,
to get it right (for the archive/search):
Franz Holzinger schrieb:
> Hello Marek,
>
>> Is it possible to create multilanguage templates with tt_products
>> (besides the already working multilanguage content)? What's the best way
>> to do this?
>>
> plugin.tt_products {
>
> [globalVar = GP:L = 0]
> templateFile = ...
>
> [globalVar = GP:L = 1]
> templateFile = ...
>
Has to be
plugin.tt_products.templateFile = path/to/defaultlang.tmpl
[globalVar = GP:L = 1]
plugin.tt_products.templateFile = path/to/lang1.tmpl
[global]
(i.e. no conditions in curly braces, better define a default outside of
any conditions.)
cu
Tim
More information about the TYPO3-project-tt-products
mailing list