API17:JLanguageHelper::createLanguageList
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JLanguageHelper::createLanguageList
Description
Builds a list of the system languages which can be used in a select option.
Description:JLanguageHelper::createLanguageList [Edit Descripton]
Since
Synopsis
public static JLanguageHelper::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 |
Returns
Defined in
libraries/joomla/language/helper.php
Referenced by
See also
SeeAlso:JLanguageHelper::createLanguageList
Examples
<CodeExamplesForm />
