Home
last modified time | relevance | path

Searched defs:shortlangcode (Results 1 – 2 of 2) sorted by relevance

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/website/
H A Dindex.php2307 $shortlangcode = ''; variable
2309 $shortlangcode = substr($objp->lang, 0, 2); // en_US or en-US -> en variable
2312 $shortlangcode = substr($object->lang, 0, 2); // Use short lang code of website variable
3508 $shortlangcode = preg_replace('/[_-].*$/', '', trim($langs->defaultlang)); variable
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/website/
H A Dindex.php3296 $shortlangcode = preg_replace('/[_-].*$/', '', trim($langs->defaultlang)); variable