Details
Description
When using native gettext (CRM-9976), money is not correctly formatted because of how setlocale() is used in CRM_Utils_Money::format().
For example, in French, where the locale would format money as "12,50", it ends up displaying "12 50".
Patch incoming.