<?php $lang = &JFactory::getLanguage(); if ($lang->get('tag')=="en-GB") { ?> Some HTML here... <?php } ?>
Welcome to our blog! Here you can find stuff about web development, software engineering, WordPress & about our projects and interests.
<?php $lang = &JFactory::getLanguage(); if ($lang->get('tag')=="en-GB") { ?> Some HTML here... <?php } ?>
It’s not very easy to do it. Read this article from top to bottom: http://help.joomla.org/files/EN-GB_multilang_tutorial.pdf
First, there are twotypes of files – .mo and .po (in your wordpress languages and in your themes)
You could edit the .po file directly with any editor and then use poedit to generate the binaty .mo files.