|  Download I18Next\TranslatorInterface
Interface name: TranslatorInterface
Namespace: I18Next
This is an interface
 Methods_string I18Next\TranslatorInterface::_(string key, array|null parameters, string|null context, string|null locale)
 Translates the given message. Arguments
key string
parameters array|null - <p>Array of parameters used to translate message</p>
context string|null - <p>The context of the request</p>
locale string|null - <p>The locale or null to use the default</p>
 |