Hi,
I have looked at language switcher the code of header.phtml of HAGA template, but it was not showed on the front view of website.
Otherwise , i also wanted to display the language switcher as flags on the header on the right.
Here is the code of header.phtml
<div id=”quick-access” class=”quick-access wrap”>
<div class=”main clearfix”>
<div class=”main-inner clearfix”>
<div class=”ja-tools”>
<?php echo $tmpTools->genToolMenu ($tmpTools->getParam(‘usertool_color’),’png’); ?>
</div>
<?php echo $this->getChildHtml(‘store_language’) ?>
<div class=”shop-access”>
<strong><?php echo $this->getWelcome() ?></strong>
<?php echo $this->getChildHtml(‘topLinks’) ?>
</div>
</div>
</div>
</div>