API17

API17:JLanguage::getMetadata

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples