Using the language switcher skin object and the documentation from a blog post (several years ago). The ItemTemplate attribute does not seem to work. I copied the exact example out of the blog, hoping to just get text links, and the skin object returns flag icons and not the template.
<dnn:LANGUAGE runat="server" ID="dnnLANGUAGE" ShowLinks="True" ShowMenu="False" ItemTemplate='<a href="[URL]" class="Language" title="[CULTURE:NATIVENAME]"><span class="Language[SELECTED]">[CULTURE:NAME]</span></a>'/>
Anybody else have issues with this? I don't see a bug report in Jira.