i am new in typo3. i am facing problem with language. i have made a page name as footer and set content in both of my languages i.e de,en.
lib.content_from_page3 = COA
lib.content_from_page3 {
10 = CONTENT
10 {
table = tt_content
select.where = colPos = 0
select.pidInList = 48
}
}
lib.content_from_page4 = COA
lib.content_from_page4 {
10 = CONTENT
10 {
table = tt_content
select.where = colPos = 0
select.pidInList = 52
}
}
This is my typoscript that is set in template. and
<f:cObject typoscriptObjectPath="lib.content_from_page3" />
<f:cObject typoscriptObjectPath="lib.content_from_page4" />
this is code of accessing the data. lib.content_from_page3 is content that is default language and lib.content_from_page4is in english language.
problem is that when default language is selected everything is fine but when english is selected there is no data