API15:JText
From Joomla! Documentation
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] JText is a text handling class. JText allows the developer to specify text-fragments in the source-code, which will be translated into the site's language during runtime.
Contents |
Defined in
libraries/joomla/methods.php
Methods
| Method name | Description |
|---|---|
| sprintf | Passes a string thru an sprintf |
| printf | Passes a string thru an printf |
| script | Translate a string into the current language and stores it in the JavaScript language store. |
Importing
jimport( 'joomla.methods' );
Examples
<CodeExamplesForm />

see also: http://docs.joomla.org/Tutorial:Template_translations