Sorry I don't Know how to start with the wpml-config.xml file and I don't Know how to use pll_get_term Any Example? Or how I can Start
For now i Start to use this
<?php
$currentlang = get_bloginfo('language');
if($currentlang=="en-US"):
?>
<div>Content in English</div>
<?php else: ?>
<div>Content in Spanish (or other language)</div>
<?php endif; ?>