API17:JLanguage::getLanguagePath
From Joomla! Documentation
JLanguage::getLanguagePath
Description
Get the path to a language.
Template: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
Referenced by
See also
Template:SeeAlso:JLanguage::getLanguagePath
Examples
<CodeExamplesForm />