API17

JLanguageHelper::createLanguageList

From Joomla! Documentation

Revision as of 21:08, 11 May 2013 by JoomlaWikiBot (talk | contribs) (moving preparation)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 />