Back to ComponentDispatcher class

Method loadLanguage

protected void
loadLanguage
()
Load the language
Returns
  • void
Since
  • 4.0.0

Method loadLanguage - Source code

/**
 * Load the language
 *
 * @return  void
 *
 * @since   4.0.0
 */
protected function loadLanguage()
{
    // Load common and local language files.
    $this->app->getLanguage()->load($this->option, JPATH_BASE) || $this->app->getLanguage()->load($this->option, JPATH_COMPONENT);
}