Hello,
i'm trying to display the language selector with text only, but it seems to be ignored by the inactiv languages. here ist my code:
<
dnn:LANGUAGE
runat
=
"server"
ID
=
"dnnLANGUAGE"
ShowLinks
=
"True"
ShowMenu
=
"False"
ItemTemplate='<a
href
=
"[URL]"
class
=
"Language"
title
=
"[CULTURE:NATIVENAME]"
>[CULTURE:NATIVENAME]</
a
>'
SelectedItemTemplate='<
span
class
=
"active"
>[CULTURE:NATIVENAME]</
span
>' SeparatorTemplate=' | ' />
am i missing an attribut or why is this code always displays flags(only for not active)? Is it a bug of dnn? I am using the latest version 6.02.03
Thank you