This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Footer Translation with WPML

Resolved 7 replies premiumthemetheme-vantage
Started · Latest reply by Chris Tanti

Hi,

I´m making a multilanguage site english/chinese. I have vantage premium / wpml installed.

I want to know how to translate the site information that appears in the footer (the one that is set in theme settings > general). In my english versión a put the copyright information, so I want to make a translation of that copyright to chinese.

Thanks!

URL: http://temp.haocapital.net/about/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Andrew Misplon Staff

    Hi Marcos

    That’s a good question. I’ll need to chat to WPML about that moving forward. I’m not certain how to handle that right now.

    If you send through a set of temporary login details to [email protected] we can perhaps insert your copyright text as a footer widget. I can format it it using CSS so that it looks the same as it does now.

  2. Marcos Guisande

    Hi Andrew!
    It would be great if you can help me with that. I tried to put the copyright text through a widget but the chinese/english versions were different and also they were not properly aligned…

    I will send to you the credential to support@ with the details.

    Thanks in advance!

    Marcos.-

  3. Andrew Misplon Staff

    Thanks, I’ll grab that on email as soon as possible.

  4. Marcos Guisande

    Thanks Andrew, problem solved!!

  5. Andrew Misplon Staff

    Super, glad we could make a plan there.

    All the best.

  6. Chris Tanti

    I use the PHP Code plugin and use an “if then” statement like this…
    The Example below is for the Welsh Language (cy)

    Copyright © My English Company Name

    Hawlfraint © My Welsh Company Name

    WPML also has its own text switcher, but I find the above more flexible

  7. Chris Tanti

    Sorry! should have used the Code snippet tags!

    <?php if(ICL_LANGUAGE_CODE=='en'): ?>
    Copyright  ©<?php $thisyear = date("Y");echo ("$thisyear" );
    	  ?> Equinox Communications
    <?php elseif(ICL_LANGUAGE_CODE=='cy'): ?>
    Hawlfraint ©<?php $thisyear = date("Y");echo ("$thisyear" );
    	  ?> Equinox Communications

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread