API17:JLanguage::getLanguagePath
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JLanguage::getLanguagePath
Description
Get the path to a language.
Description:JLanguage::getLanguagePath [Edit Descripton]
Since
Synopsis
public static JLanguage::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 in
libraries/joomla/language/language.php (line 1021)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JLanguage::getLanguagePath
Examples
<CodeExamplesForm />
