W3cubDocs

/Symfony 4.1

ChoiceMessageFormatterInterface

interface ChoiceMessageFormatterInterface

Methods

string choiceFormat(string $message, int $number, string $locale, array $parameters = array())

Formats a localized message pattern with given arguments.

Details

string choiceFormat(string $message, int $number, string $locale, array $parameters = array())

Formats a localized message pattern with given arguments.

Parameters

string $message The message (may also be an object that can be cast to string)
int $number The number to use to find the indice of the message
string $locale The message locale
array $parameters An array of parameters for the message

Return Value

string