API17

JLanguage::load

From Joomla! Documentation

Revision as of 16:47, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: moving preparation)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JLanguage::load[edit]

Description[edit]

Loads a single language file and appends the results to the existing strings.

Template:Description:JLanguage::load [Edit Descripton]

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 Joomla 11.1

See also[edit]

Template:SeeAlso:JLanguage::load [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />