To change the multi-language token to a drop-down list:
- Open the .ascx skin file in <DNN install directory>\Portals\_default\Skins\<skin name>.
- Find the following: <dnn:LANGUAGE runat="server" ID="dnnLANGUAGE" ShowMenu="False" ShowLinks="True" />
- Replace with: <dnn:LANGUAGE runat="server" ID="dnnLANGUAGE" ShowLinks="False" ShowMenu="True" />
- Save the changes.