Top "React-intl" questions

React Components for internationalization.

React-Intl How to use FormattedMessage in input placeholder

I'm unsure how to get the values from <FormattedMessage {...messages.placeholderIntlText} /> into a placeholder format like input: <…

reactjs react-intl react-starter-kit
How to get list of all timezones in javascript

I am developing an application with react/redux, and I started using library react-intl for formatting messages and dates. I …

javascript timezone react-intl
React-Intl how to switch locale and messages from variable

I'm trying to figure out how to change language using React-Intl. This is my first React App and it has …

javascript reactjs ecmascript-6 create-react-app react-intl
intl.formatMessage not working - react-intl

I am trying to do language translation using react-intl. When I use this <FormattedMessage id='importantNews' />, it is …

reactjs redux react-redux react-intl babel-plugin-react-intl
react-intl vs react-i18next for ReactJS internationalization (i18n)

I need to build a multilanguage application using ReactJS. The application needs a custom dictionary for different languages as well …

javascript reactjs internationalization react-intl react-i18next
React-intl multi language app: changing languages and translations storage

I have react-router app and would like to add i18n. In react-intl example root component wrapped in IntlProvider: ReactDOM.…

reactjs internationalization formatjs react-intl
React-intl for non components

Currently I have the following code to expose react-intl to non-components, but it throws an error for intl as undefined. …

reactjs react-intl
Is there any way to access the current locale with React-Intl?

I was wondering if there is any way to access what is the currently set locale with React-Intl? Let's say …

javascript reactjs react-native react-intl
React-Native and Intl polyfill required on Android device

I recently updated my Android Studio and many components/sdk and since then React-Intl complains about intl library missing, even …

javascript android react-native intl react-intl
React-intl, use api with Typescript

I would like to use the formatMessage function of the react-intl API to insert a message as placeholder, but I …

typescript react-intl