API17

JLanguageHelper::createLanguageList

From Joomla! Documentation

Revision as of 16:48, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: moving preparation)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JLanguageHelper::createLanguageList[edit]

Description[edit]

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

Template:Description:JLanguageHelper::createLanguageList [Edit Descripton]

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[edit]

Template:SeeAlso:JLanguageHelper::createLanguageList [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />