[TYPO3-english] Insert Content via TypoScript - sys_language_uid
Tomas Norre Mikkelsen
tomasnorre at gmail.com
Thu Feb 9 09:41:50 CET 2012
Hi,
I'm trying to insert content elements from given PID via TypoScript,
depending on the sys_language_uid.
I'm doing this:
page.10 = CONTENT
page.10 {
table=tt_content
select{
pidInList = 68
orderBy = sorting
where = tt_content.sys_language_uid = 0
}
}
This works for my default language, but not for eg. sys_language_uid =
1, that confuses me. Am I doing it wrong?
page.10 = CONTENT
page.10 {
table=tt_content
select{
pidInList = 68
orderBy = sorting
where = tt_content.sys_language_uid = 1
}
}
--
Venlig Hilsen / Best Regards
Tomas Norre Mikkelsen
Tomasnorre at gmail.com
TYPO3 Developer @netimage.dk
TYPO3 Profile:
http://forge.typo3.org/users/4289
Follow me at twitter
Twitter.com/tomasnorre
More information about the TYPO3-english
mailing list