Hi,
we use DNN6.0.2 for our new website. When I use LocaleSelector as a module (with flags) all works fine. When I generate the code for a ascx skin-object:
<dnn:DSLOCALESELECTOR1 id="dnnDSLOCALESELECTOR1" DisplayControl="L" LinkCssClass="DSLocaleSelectorPA-LinkSelector" LinkSelectedCssClass="DSLocaleSelectorPA-LinkSelectorSelected" LinksSeparator="&nbsp;|&nbsp;" LinkTemplate="<a href="[URL]" title="[ChangeLocaleText]"><img src="[ModuleFolder]/images/flag_small/[CountryCode].png" alt="[DisplayName]" align="middle" border="0" /></a>" LinkSelectedTemplate="<img src="[ModuleFolder]/images/flag_small/[CountryCode].png" alt="[DisplayName]" align="middle" border="0" />" />
nothing will be show on the site. There comes no error, I can see the code inside off the html-view. What do I have to do to get this code work?
Best regards,
Jörg