language selection

hi,
How and where is possible to add a language selection in JM tube? To use site as multiple language store. I know how to select language in backend, but for public to choose
thanks
z.

3 answers

Profile photo of JA Developer 0.00 $tone May 22, 2009
Public

Hi

For the case, please open app\design\frontend\default\jm_tubetemplate\page\ html\header.phtml file, at about line 34, find following code:

Code:

<div class="shop-access">
	  	<strong><?php echo $this->getWelcome() ?></strong>
			<?php echo $this->getChildHtml('topLinks') ?>
	  </div

and change to:

Code:

<div class="shop-access">
	  	<strong><?php echo $this->getWelcome() ?></strong>
			<?php echo $this->getChildHtml('topLinks') ?>
	  </div

<div class="shop-tools">
		  <?php echo $this->getChildHtml('store_language') ?>
	  </div>
#1
Profile photo of JA Developer 0.00 $tone February 22, 2010
Public

Hi option2c

It is possible. Please open app\design\frontend\default\jm_tubetemplate\page\ html\footer.phtml, find a place to add following code:

Code:

<?php echo $this->getChildHtml('store_language') ?>
#3

This question is now closed

Written By

Comments