Skip to content

Instantly share code, notes, and snippets.

@KevinVR
Created June 19, 2021 14:31
Show Gist options
  • Select an option

  • Save KevinVR/537d29cf5aafb3fbffcb9a09b0518104 to your computer and use it in GitHub Desktop.

Select an option

Save KevinVR/537d29cf5aafb3fbffcb9a09b0518104 to your computer and use it in GitHub Desktop.
// Using the function
const title = intl.formatMessage({ id: 'title' });
// Using the React component
import { FormattedMessage } from 'gatsby-plugin-intl';
<FormattedMessage id="title" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment