Dolphin v5.1 had the language switch for users to change languages removed by aeDating/Boonex - for some unknown and unexplained reason.

Anyways - to re-add it quicky, edit page_1.html in the templates folder, and find:

Code:
			</div>
			<div id="logo"><img src="__images__logo_top.gif" alt="__page_header__" /></div>
			<div id="top_menu">
				__top_menu__
			</div>
and change it to:

Code:
			</div>
			<div class="switch_lang_block">__switch_lang_block__</div>
			<div id="logo"><img src="__images__logo_top.gif" alt="__page_header__" /></div>
			<div id="top_menu">
				__top_menu__
			</div>
You can put it in other place(s) also - but this will get you going with it showing in the upper left corner.

Smoge