API17:JLanguage::getLanguagePath
From Joomla! Documentation
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

See also
JLanguage::getLanguagePath source code on BitBucket
Class JLanguage
Subpackage Language- Other versions of JLanguage::getLanguagePath
User contributed notes
Code Examples