Convert::tr

Usage

string Convert::tr(string $text, [ ... $args ])

Description

Translate string to active language

Parameters

Parameter Required Type Description
$text Yes string The English text to translate.
$args No ... Any necessary values to use to replace placeholders within the text.

Return Value

Translated string.

See Also