API16

API16:JDocument/getLanguage

From Joomla! Documentation

Revision as of 22:44, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Returns the document language. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</no...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Returns the document language.

[Edit Descripton]

Template:Description:JDocument/getLanguage

Syntax

getLanguage()


Returns

string public

Defined in

libraries/joomla/document/document.php

Importing

jimport( 'joomla.document.document' );

Source Body

function getLanguage() {
        return $this->language;
}

[Edit See Also] Template:SeeAlso:JDocument/getLanguage

Examples

<CodeExamplesForm />