Convert::tr
Usage
string Convert::tr(string $text, [ ... $args ])Description
Translate string to active languageParameters
| 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. |