Author

Rich Joslin

Functions

smarty_block_translate

Identical to smarty_block_translate.

Arguments

$paramsAn array of variables.  (TBD)
$contentThis is everything between the block start and end tags in the template.
&$smartyTBD
&$repeatTBD

Params

TBD

Returns

A translated string.

Execution Example

<!-- as used in a Smarty view template -->
{t}This text will be translated based on the user's chosen locale.{/t}

See Also

Identical to smarty_block_translate.
Close