Skip to content

Instantly share code, notes, and snippets.

@dn7734
Created July 17, 2017 10:09
Show Gist options
  • Save dn7734/dee624dd13b8fba93ae66bea20802791 to your computer and use it in GitHub Desktop.
Save dn7734/dee624dd13b8fba93ae66bea20802791 to your computer and use it in GitHub Desktop.
як в шаблонах виводити потрібний язик qTranslate-X
<?php if (qtranxf_getLanguage() == 'ua') {
// run code here if the current language is ua
echo 'Всі новини';
} elseif (qtranxf_getLanguage() == 'ru') {
// run code here if the current language is ru
echo 'Все новости';
} ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment