Hi folks, I’ve done a workaround with css!
Create all language-buttons and hide the not required ones with css:
/*ALL FRENCH BUTTONS hidden in german site*/
html:lang(de-DE) #ssb-btn-4,
html:lang(de-DE) #ssb-btn-5,
html:lang(de-DE) #ssb-btn-6,
html:lang(de-DE) #ssb-btn-7 {
display:none;
}
/*ALL GERMAN BUTTONS hidden in french site*/
html:lang(fr-FR) #ssb-btn-0,
html:lang(fr-FR) #ssb-btn-1,
html:lang(fr-FR) #ssb-btn-2,
html:lang(fr-FR) #ssb-btn-3 {
display:none;
}
Hope it will help You
wolli
Hi,
I’ve got the same problem.
is there any solution?
Kind regards
Wolli
Hi,
I’ve got the same problem.
is there any solution?
Kind regards
Wolli