API17

Difference between revisions of "JLanguage::getTag"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JLanguage->getTag ()
+
public JLanguage::getTag ()
 
</source>
 
</source>
 
===Returns===
 
===Returns===
 
string The language tag
 
string The language tag
 
===Defined in===
 
===Defined in===
libraries/joomla/language/language.php
+
libraries/joomla/language/language.php (line 876)
 +
* see source code in [[jplatform:language/language.php#cl-876|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:53, 23 April 2011

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 JLanguage::getTag[edit]

Description[edit]

Get for the language tag (as defined in RFC 3066).

Template:Description:JLanguage::getTag [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public JLanguage::getTag ()

Returns[edit]

string The language tag

Defined in[edit]

libraries/joomla/language/language.php (line 876)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JLanguage::getTag

Examples[edit]

<CodeExamplesForm />