Back to PackageAdapter class

Method loadLanguage

public void
loadLanguage
(mixed $path)
Load language from a path
Parameters
  • string $path The path of the language.
Returns
  • void
Since
  • 3.1

Method loadLanguage - Source code

/**
 * Load language from a path
 *
 * @param   string  $path  The path of the language.
 *
 * @return  void
 *
 * @since   3.1
 */
public function loadLanguage($path)
{
    $this->doLoadLanguage($this->getElement(), $path);
}