I18n::template()
Translate by key and then replace placeholders in the text
I18n::template(string $key, array|string|null $fallback = null, array|null $replace = null, string|null $locale = null): string
Parameters
Name | Type | Default |
---|---|---|
$keyrequired | string |
no default value |
$fallback | array orstring ornull |
null
|
$replace | array ornull |
null
|
$locale | string ornull |
null
|
Return type
string