API17:JLanguage::getMetadata
From Joomla! Documentation
JLanguage::getMetadata
Description
Returns a associative array holding the metadata.
public static function getMetadata ($lang)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $lang | string | The name of the language |
- Returns mixed If $lang exists return key/value pair with the language metadata, otherwise return NULL
- Defined on line 1001 of libraries/joomla/language/language.php
- Since

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