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]
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 |
- Returns array List of system languages
- Defined on line 31 of libraries/joomla/language/helper.php
- Since
- Referenced by
See also
-
JLanguageHelper::createLanguageList source code on BitBucket
-
Class JLanguageHelper
-
Subpackage Language
- Other versions of JLanguageHelper::createLanguageList
SeeAlso:JLanguageHelper::createLanguageList [Edit See Also]
User contributed notes
<CodeExamplesForm />
