API17:JLanguage::load
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.
JLanguage::load
Description
Loads a single language file and appends the results to the existing strings.
Description:JLanguage::load [Edit Descripton]
Since
Synopsis
public JLanguage->load ($extension= 'joomla', $basePath=JPATH_BASE, $lang=null, $reload=false, $default=true)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $extension | string | 'joomla' | The extension for which a language file should be loaded |
| $basePath | string | JPATH_BASE | The basepath to use |
| $lang | string | null | The language to load, default null for the current language |
| $reload | boolean | false | Flag that will force a language to be reloaded if set to true |
| $default | boolean | true | Flag that force the default language to be loaded if the current does not exist |
Returns
boolean True, if the file has successfully loaded.
Defined in
libraries/joomla/language/language.php
Referenced by
See also
Examples
<CodeExamplesForm />
