Today i’ve tried to do what i’ve read in this thread but ..dont work!
This is the code:
<div class=”nav-previous alignleft”>
<?php
$currentlang = get_bloginfo(‘language’);
if($currentlang==”en-US”):?>
<?php previous_post_link( ‘%link’, __( ‘<span class=”meta-nav”>←</span> Previous’, ‘mytheme’ ) ); ?>
<?php else: ?>
<?php previous_post_link( ‘%link’, __( ‘<span class=”meta-nav”>←</span> Precedente’, ‘mytheme’ ) ); ?>
<?php endif; ?>
</div>
Where i am wrong?