Closed Gerych1984 closed 2 years ago
IntlMessageFormatter works well with $locale->asString()
. Do you want to trim everything except language and region?
IntlMessageFormatter works well with
$locale->asString()
. Do you want to trim everything except language and region?
Hm, sorry my mistake - i forgot about this method. And with this it work well
Good day. In my case i set
Application::charset
as ru-RU. It works for anyIntlMessageFormatter
without currency pattern. For exampleSo - can you append region (if it set) to language or some short method who return locale as
language-region
format. Thanks