Back to Document class

Method getLanguage

public string
getLanguage
()
Returns the document language.
Returns
  • string
Since
  • 1.7.0
Class: Document
Project: Joomla

Method getLanguage - Source code

/**
 * Returns the document language.
 *
 * @return  string
 *
 * @since   1.7.0
 */
public function getLanguage()
{
    return $this->language;
}