interface IntlFormatterInterface

Formats ICU message patterns.

Methods

string
formatIntl(string$message,string$locale,array$parameters =[])

Formats a localized message using rules defined by ICU MessageFormat.

Details

string formatIntl(string$message,string$locale,array$parameters =[])

Formats a localized message using rules defined by ICU MessageFormat.

Parameters

string $message
string $locale
array $parameters

Return Value

string

See also

http://icu-project.org/apiref/icu4c/classMessageFormat.html#details