API17

Difference between revisions of "JDocument::setLanguage"

From Joomla! Documentation

m (JoomlaWikiBot moved page JDocument::setLanguage/11.1 to API17:JDocument::setLanguage without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 28: Line 28:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JDocument::setLanguage source code''' on [[jplatform:document/document.php#cl-470|BitBucket]]
 
* {{JVer|11.1}} '''JDocument::setLanguage source code''' on [[jplatform:document/document.php#cl-470|BitBucket]]
* {{JVer|11.1}} Class [[JDocument/11.1|JDocument]]
+
* {{JVer|11.1}} Class [[API17:JDocument|JDocument]]
* {{JVer|11.1}} Subpackage [[Subpackage_Document/11.1|Document]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
* [[JDocument::setLanguage|Other versions of JDocument::setLanguage]]
+
* [[API17:JDocument::setLanguage|Other versions of JDocument::setLanguage]]
 
{{SeeAlso:JDocument::setLanguage}}
 
{{SeeAlso:JDocument::setLanguage}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 46: Line 46:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JDocument]][[Category:JDocument::setLanguage]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:28, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDocument::setLanguage[edit]

Description[edit]

Sets the global document language declaration.

Template:Description:JDocument::setLanguage [Edit Descripton]

public function setLanguage ($lang="en-gb")
Parameter Type Default Description
$lang "en-gb"
  • Returns
  • Defined on line 478 of libraries/joomla/document/document.php

See also[edit]

Template:SeeAlso:JDocument::setLanguage [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />