Back to CMSApplication class

Method loadLibraryLanguage

protected void
loadLibraryLanguage
()
Load the library language files for the application
Returns
  • void
Since
  • 3.6.3

Method loadLibraryLanguage - Source code

/**
 * Load the library language files for the application
 *
 * @return  void
 *
 * @since   3.6.3
 */
protected function loadLibraryLanguage()
{
    $this->getLanguage()->load('lib_joomla', JPATH_ADMINISTRATOR);
}