Skip to content
Tycho de Waard edited this page Jun 20, 2018 · 4 revisions

To enable the language selector: partials - header.ascx.

The default contains <li style="display:none;"><dnn:Language runat="server" id="dnnLanguage" ShowMenu="false" ShowLinks="false" /></li>

Remove the display:none and the selector is available.

If you want flags instead of a dropdown, you switch the true/false according to standard DNN convention. <li><dnn:Language runat="server" id="dnnLanguage" ShowMenu="false" ShowLinks="true" /></li>


The flags are not correctly vertically aligned