API17:JLanguage::load
From Joomla! Documentation
JLanguage::load
Description
Loads a single language file and appends the results to the existing strings.
public function 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 on line 622 of libraries/joomla/language/language.php
- Since

See also
JLanguage::load source code on BitBucket
Class JLanguage
Subpackage Language- Other versions of JLanguage::load
User contributed notes
Code Examples