API17:JPlugin::loadLanguage
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.
JPlugin::loadLanguage
Description
Loads the plugin language file.
Description:JPlugin::loadLanguage [Edit Descripton]
Since
Synopsis
public JPlugin::loadLanguage ($extension= '', $basePath=JPATH_ADMINISTRATOR)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $extension | string | The extension for which a language file should be loaded | |
| $basePath | string | JPATH_ADMINISTRATOR | The basepath to use |
Returns
boolean True, if the file has successfully loaded.
Defined in
libraries/joomla/plugin/plugin.php (line 94)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
