Show content on the theme by language
-
Show content on the theme by language
Hi, I need to show a button on the subject according to the visitor’s language, I tried this code but it doesn’t work … How should I do it?
<?php if(get_locale() == ‘pt_BR’) : ?> <div>BAIXAR</div> <?php endif; ?> <?php if(get_locale() == ‘en_US’) : ?> <div>DOWNLOAD</div> <?php endif; ?> <?php if(get_locale() == ‘es_ES’) : ?> <div>DESCARGAR</div> <?php endif; ?>
I appreciate any help …
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show content on the theme by language’ is closed to new replies.