Questions tagged [react-intl]

React Components for internationalization. Combines react components with FormatJS.

This library provides React Components and a Mixin to format data and strings, and internationalize your React app. Features

  • Formats numbers and dates/times, including those in complex messages.
  • Formats relative times (e.g., "3 hours ago").
  • Formats complex messages, including plural and select arguments using ICU Message syntax.
  • Supports custom formatters for numbers and dates/times.
332 questions
-1
votes
1 answer

How to add data to intl.formatMessage?

How can I add data to intl.formatMessage on react-intl, an example: this is showing product.select.data But, How can I do same with intl.formatMessage? this not working. this is showing…
Marcus
  • 57
  • 5
-1
votes
1 answer

React Intl Date Format to get specific date format

I am using React Intl Date formating API's https://github.com/formatjs/react-intl/blob/master/docs/API.md#date-formatting-apis I wanted to have the date in this format August 7, 2019 Basically the Intl date does not have the following format. This…
Matarishvan
  • 2,108
  • 3
  • 30
  • 61
1 2 3
22
23