Display depending on language
<?php if ( ICL_LANGUAGE_CODE == 'en' ) { ?> <h1>English headline</h1> <?php } else if (ICL_LANGUAGE_CODE == 'da') { ?> <h1>Danish headline</h1> <?php } ?>
With shortcode: https://wpml.org/forums/topic/if-icl_language_codeit/