TranslatorInterface
interface TranslatorInterface
TranslatorInterface.
Methods
string
trans(string $id, array $parameters = array(), string|null $domain = null, string|null $locale = null)
Translates the given message.
string
transChoice(string $id, int $number, array $parameters = array(), string|null $domain = null, string|null $locale = null)
Translates the given choice message by choosing a translation according to a number.
setLocale(string $locale)
Sets the current locale.
string
getLocale()
Returns the current locale.
Details
at line line 33
string
trans(string $id, array $parameters = array(), string|null $domain = null, string|null $locale = null)
Translates the given message.
at line line 48
string
transChoice(string $id, int $number, array $parameters = array(), string|null $domain = null, string|null $locale = null)
Translates the given choice message by choosing a translation according to a number.
at line line 57
setLocale(string $locale)
Sets the current locale.
at line line 64
string
getLocale()
Returns the current locale.