typoscript - in TYPO3 6.1 and tx_news, how to enforce language of displayed posts -


i have following ts based on manual display tx_news list / latest view via typoscript.

temp.latestnews = user temp.latestnews {        userfunc = tx_extbase_core_bootstrap->run       extensionname = news       pluginname = pi1        switchablecontrolleractions {             news {               1 = list             }       }        settings {             limit = 5         detailpid = 123         overrideflexformsettingsifempty := addtolist(detailpid)         startingpoint = 456       } } 

in contrary when using plugin, translations displayed. there should posts current language. can't find setting enforce that. or wrong?


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -