class IdentityTranslator implements TranslatorInterface
IdentityTranslator does not translate anything.
Methods
__construct(MessageSelector $selector = null) Constructor. | ||
setLocale(string $locale) Sets the current locale. | ||
string | getLocale() Returns the current locale. | |
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. |
Details
__construct(MessageSelector $selector = null)
Constructor.
setLocale(string $locale)
Sets the current locale.
string getLocale()
Returns the current locale.
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.
Please login to continue.