API17

API17:JLanguageHelper::createLanguageList

From Joomla! Documentation

Joomla 11.1 JLanguageHelper::createLanguageList

Description

Builds a list of the system languages which can be used in a select option.


public static function createLanguageList (
        $actualLanguage
        $basePath=JPATH_BASE
        $caching=false
        $installed=false
)
Parameter Type Default Description
$actualLanguage string Client key for the area
$basePath string JPATH_BASE Base path to use
$caching array false An array of arrays (text, value, selected)
$installed false

See also


User contributed notes

Code Examples