Title: [Plugin: WPML Multilingual CMS] Different header image for each language
Last modified: August 19, 2016

---

# [Plugin: WPML Multilingual CMS] Different header image for each language

 *  [rajaman](https://wordpress.org/support/users/rajaman/)
 * (@rajaman)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/plugin-wpml-multilingual-cms-different-header-image-for-each-language/)
 * How can I display a different header image for each language? I’d like to show
   a header image for English and a different one when the website is viewed in 
   another language. Is there some sort of a conditional tag to achieve this?
 * [http://wordpress.org/extend/plugins/sitepress-multilingual-cms/](http://wordpress.org/extend/plugins/sitepress-multilingual-cms/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [greenwizard](https://wordpress.org/support/users/greenwizard/)
 * (@greenwizard)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-wpml-multilingual-cms-different-header-image-for-each-language/#post-1513714)
 * i am looiking for the same thing ? anyone@
 *  [Jandal](https://wordpress.org/support/users/jandal/)
 * (@jandal)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-wpml-multilingual-cms-different-header-image-for-each-language/#post-1513719)
 * A hack that I used to achieve different headers, I was only using 2 languages.
 * I had the following code in my header.php file, and you will need to check how
   WPML is set up to display each language. eg /en/ or ?lang=en or how ever you 
   have done it.
 *     ```
       <?php if (strstr($_SERVER["REQUEST_URI"], '/en/') ) { ?>
       			<img style="" src="/wp-content/themes/sandbox/images/header_logo_en.png">
       		<?php } else { ?>
       			<img style="" src="/wp-content/themes/sandbox/images/header_logo_jp.png">
       		<?php } ?>
       ```
   
 * HTH,
    =-)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WPML Multilingual CMS] Different header image for each language’
is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [Jandal](https://wordpress.org/support/users/jandal/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-wpml-multilingual-cms-different-header-image-for-each-language/#post-1513719)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
