JDocument::setLanguage
Sets the global document language declaration. Default is English (en-gb).
Signature
public function setLanguage([string
$lang = "en-gb"] )
Parameters
-
$lang
- The language to be set
Returns
- JDocument
- instance of $this to allow chaining