API17

JLanguage::getLanguagePath: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 35: Line 35:
string language related path or null
string language related path or null
===Defined in===
===Defined in===
libraries/joomla/language/language.php
libraries/joomla/language/language.php (line 1021)
* see source code in [[jplatform:language/language.php#cl-1021|BitBucket]]
===Referenced by===
===Referenced by===
===See also===
===See also===

Revision as of 01:52, 24 April 2011

Joomla 11.1 JLanguage::getLanguagePath

Description

Get the path to a language.

Template:Description:JLanguage::getLanguagePath [Edit Descripton]

Since

Joomla 11.1

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)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JLanguage::getLanguagePath

Examples

<CodeExamplesForm />