interface TranslatorInterface
TranslatorInterface.
Methods
| string |
trans(string $id, array $parameters = array(), string $domain = null, string $locale = null)
Translates the given message. |
|
| string |
transChoice(string $id, integer $number, array $parameters = array(), string $domain = null, string $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 35
public string
trans(string $id, array $parameters = array(), string $domain = null, string $locale = null)
Translates the given message.
at line 50
public string
transChoice(string $id, integer $number, array $parameters = array(), string $domain = null, string $locale = null)
Translates the given choice message by choosing a translation according to a number.
at line 59
public
setLocale(string $locale)
Sets the current locale.
at line 68
public string
getLocale()
Returns the current locale.