(urgent)Language in navigation bar

Hello,

We are trying to add language to navigation bar in jm anion but we are unable to do this. We would like it to be shown at the RIGHT of the bar.

Is this possible, if yes, how can I do it.

Detailed explanation would be appreciated as I’m quite new to magento and this tool is far from being as well documented than joomla.

Thank you very much

Michael

__________________________________________________ ________

Hello,

I’d like to know if it’s possible to change font and left space for submenus in the accordion categories’list?

If so please let me know the code to change, I’ll do it myself.

Thank you very much

Michael

6 answers

congtq 0.00 $tone July 8, 2010
Public

Hi
You can add this code

<block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>

to file app\design\frontend\default\jm_anion\layout\page.x ml

Search

<reference name="right">

</reference>

and copy to middle =>

Code:

<reference name="right">
       <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
</reference>

In order to better looking, may be you will need to change the html of file app\design\frontend\default\jm_aniontemplate\page \switch\languages.phtml

#1
Profile photo of Michael Marceau 0.00 $tone July 12, 2010
Public

Hello Congtq,

Doesn’t seem to work. Tried all you explained about 3 times but nothing appears in the top navigation menu.

I’d like that when French language is shown on site then the button shows English and vice-vers-

#2
Profile photo of Michael Marceau 0.00 $tone July 14, 2010
Public

Hi Congtq,

Still strugling with this. Also, do you know how to change the Home in top navigation menu for "Accueil" which is the French equivalent?

If you have a better alternative for Language switcher, I will gladly take it as I’m running out of time to give a final shot at this website.

The address is: http://www.shop-education.com or http://www.boutiqueeducative.com (English and French respectively)

Thank you very much,

Michael

#3
congtq 0.00 $tone July 19, 2010
Public

I’d like that when French language is shown on site then the button shows English and vice-vers-

#6

This question is now closed

Written By

Comments