Hello,
I know there is locale settings,
but in custom php or js would this be a working solution for CF5 hooking into languages?
I know there is locale settings,
but in custom php or js would this be a working solution for CF5 hooking into languages?
<?php
$lang = JFactory::getLanguage();
$lang_code = $lang->getTag();
$lang_name = $lang->getName();
?>
var lang = document.getElement('html').getProperty('lang');
Hi mdma,
I've just replied to a very similar question from you in another thread. What exactly do you need to do?
Bob
I've just replied to a very similar question from you in another thread. What exactly do you need to do?
Bob
This topic is locked and no more replies can be posted.