[TYPO3-UG Dutch] Multi language site in typo3

Pim Broens - Redkiwi broens at redkiwi.nl
Tue Oct 6 10:39:47 CEST 2009


> 
> dus moet iets hebben als if L=0 gebruik content id 10, if L=1 gebruik
> content id 63 etc.
> 
> Ik gebruikte hiervoor dit stukje om de Nederlandse versie aan te
roepen.
> lib.form = RECORDS
> lib.form {
>        tables = tt_content
>        source = 10
> }
> 


Hoi Arjan

Dat maakt het vrij eenvoudig, je kunt die language variabelen prima
opvangen binnen typoscript. Wellicht dat het volgende iets voor je is:

# standaard taal instelling
lib.form = RECORDS
lib.form {
	tables = tt_content
	source = 10
}

# overschrijf je content id bij taal engels
[globalVar = GP:L =1]
lib.form.source = 63
[global]

# overschrijf je content id bij taal etc...
[globalVar = GP:L =#]
lib.form.source = ##
[global]
 
Met vriendelijke groet,
 
Pim Broens
Redkiwi


More information about the TYPO3-UG-Dutch mailing list