Function t
Translates a string using the current locale.
Parameters summary
string |
$str |
The native string to translate. |
array |
$args = array() |
Arguments used to format the translated string. |
array |
$options = array() |
Options for the translation. |
Return value summary
string
|
The translated string. |