API16:JLanguage
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JLanguage}}
===Defined in===
l...) |
|||
| Line 14: | Line 14: | ||
|[[API16:JLanguage/__construct|__construct]] | |[[API16:JLanguage/__construct|__construct]] | ||
|Constructor activating the default information of the language | |Constructor activating the default information of the language | ||
| + | |- | ||
| + | |[[API16:JLanguage/_|_]] | ||
| + | |Translate function, mimics the php gettext (alias _) function | ||
|- | |- | ||
|[[API16:JLanguage/transliterate|transliterate]] | |[[API16:JLanguage/transliterate|transliterate]] | ||
Latest revision as of 05:13, 30 March 2010
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JLanguage
Contents |
[edit] Defined in
libraries/joomla/language/language.php
[edit] Methods
| Method name | Description |
|---|---|
| __construct | Constructor activating the default information of the language |
| _ | Translate function, mimics the php gettext (alias _) function |
| transliterate | Transliterate function |
| getTransliterator | Getter for transliteration function |
| setTransliterator | Set the transliteration function |
| load | Loads a single language file and appends the results to the existing strings |
| get | Get a matadata language property |
| getName | Getter for Name |
| getPaths | Get a list of language files that have been loaded |
| getTag | Get for the language tag (as defined in RFC 3066) |
| isRTL | Get the RTL property |
| setDebug | Set the Debug property |
| getDebug | Get the Debug property |
| getDefault | Get the default language code |
| setDefault | Set the default language code |
| getOrphans | Get the list of orphaned strings if being tracked |
| getUsed | Get the list of used strings |
| hasKey | Determines is a key exists |
| setLanguage | Set the language attributes to the given language |
| getInstance | Returns a language object |
| exists | Check if a language exists |
| getMetadata | Returns a associative array holding the metadata |
| getKnownLanguages | Returns a list of known languages for an area |
| getLanguagePath | Get the path to a language |
[edit] Importing
jimport( 'joomla.language.language' );
[Edit See Also] SeeAlso:JLanguage
[edit] Examples
<CodeExamplesForm />
