API17

Difference between revisions of "JLanguageHelper"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/language/helper.php
 
libraries/joomla/language/helper.php
 +
* see source code in [[jplatform:language/helper.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Language/11.1|Language]]
 
[[Subpackage Language/11.1|Language]]
Line 29: Line 30:
 
<source lang="php">jimport( 'joomla.language.helper' );</source>
 
<source lang="php">jimport( 'joomla.language.helper' );</source>
 
===See also===
 
===See also===
 +
* JLanguageHelper source code in [[jplatform:language/helper.php|BitBucket]]
 
* [[JLanguageHelper|Other versions of this class]]
 
* [[JLanguageHelper|Other versions of this class]]
 
{{SeeAlso:JLanguageHelper}}
 
{{SeeAlso:JLanguageHelper}}

Revision as of 17:59, 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.

[Edit Descripton] Template:Description:JLanguageHelper

Defined in[edit]

libraries/joomla/language/helper.php

Subpackage[edit]

Language

Extends[edit]

Extended by[edit]

Methods[edit]

Method name Description
createLanguageList Builds a list of the system languages which can be used in a select option.
detectLanguage Tries to detect the language.
getLanguages Get available languages.

Importing[edit]

jimport( 'joomla.language.helper' );

See also[edit]

Template:SeeAlso:JLanguageHelper [Edit See Also]

Examples[edit]

<CodeExamplesForm />