Home>Support>Footer Translation with WPML

Footer Translation with WPML

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 10 months ago 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. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

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

  4. 10 years, 10 months ago Marcos Guisande

    Thanks Andrew, problem solved!!

  5. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad we could make a plan there.

    All the best.

  6. 10 years, 10 months ago 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. 10 years, 10 months ago 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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More