API17

API17:JLanguage::getLanguagePath

From Joomla! Documentation

Joomla 11.1 JLanguage::getLanguagePath

Description

Get the path to a language.


public static function getLanguagePath (
        $basePath=JPATH_BASE
        $language=null
)
Parameter Type Default Description
$basePath string JPATH_BASE The basepath to use
$language string null The language tag
  • Returns string language related path or null
  • Defined on line 1039 of libraries/joomla/language/language.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples