- I have problem with tt_news detail page. On news detail page language switch is not working shows error in front end 'no news-id given'.
Asked
Active
Viewed 189 times
1

Ajay Gohel
- 128
- 12
1 Answers
0
I think you did not get parameter in language icon
for add parameter you just have to add addQueryString in language typo script
Following example will help you more.
stdWrap.typolink.addQueryString = 1
You may refer following link for typoscript of language menu https://jainishsenjaliya.wordpress.com/2012/11/05/language-menu-via-typoscript/

Jainish
- 149
- 1
- 5
|
15 { special = language special.value = 0,1 addQueryString = 1 } – Ajay Gohel Jul 16 '15 at 06:41