Hallo
I saw here:
"Hi grenzo,
You should insert a 'dnnLANGUAGE' object inside a DIV that you may choose from within your skin, or create ad hoc. You will find an example if you examine the default Skin delivered with a standard DNN release, which is located under ~\Portals\_default\Skins\MinimalExtropy.
If you open, for example, Index_1024.html, you will find the following lines:
<div class="lang_pad">
<object id="dnnLANGUAGE" codetype="dotnetnuke/server" codebase="LANGUAGE">
<param name="showMenu" value="False" />
<param name="showLinks" value="True" />
</object>
</div>
The showMenu switch enables the Dropdown list of languages while the showLinks switch enables the flags option.
Saludos!
Alejandro."
I want to run multilanguage web with flags to switch among these pages.
But my skin creator ( Artisteer 2), generated for me a skin and there is not index.html.
Is there any way to make this?
Ivan