gettext

Example

 string gettext ( string $message ) 

Description

Looks up a message in the current domain.

Return Values

Returns a translated string if one is found in the translation table, or the submitted message if not found.