• Hi guys,
    I have a simple menu in html/css like this:

    <div id="navmenu">
       <ul>
        <li><a href="">PAGE 1</a></li>
        <li><a href="">PAGE 2</a></li>
        <li><a href="">PAGE3</a></li>
        <li><a href="">PAGE4</a></li>
        <li><a href="">PAGE5</a></li>
       <ul>
     </div>

    I would like to translate this menu, how could I do it? Is there any code to insert in html?

    Thank you.

    http://wordpress.org/extend/plugins/qtranslate/

  • The topic ‘[Plugin: qTranslate] Translating Menu’ is closed to new replies.