{"section":"known-issues","requestedLocale":"en","requestedSlug":"intl-not-considering-custom-currency-in-formatcurrency","locale":"en","slug":"intl-not-considering-custom-currency-in-formatcurrency","path":"docs/en/known-issues/Store Framework/intl-not-considering-custom-currency-in-formatcurrency.md","branch":"main","content":"## Summary\n\n\n\nIn some store locales, the Intl formatter displays the wrong currency symbol, not considering the one passed through the culture\n\n\nhttps://github.com/vtex-apps/format-currency/blob/master/react/formatCurrency.ts\n\n\n##\n\n## Simulation\n\n\nSet a trade policy locale and a custom currency and call the function formatCurrency from format-currency, it will not display properly because intl uses the locale to define (it happens more often in mobile)\n\n\n##\n\n## Workaround\n\n\nIt is possible to implement custom price components with a different currency symbol."}