react-intl-universal v2.1.0 Release Notes

Release Date: 2019-06-29 // over 4 years ago
  • If there's a item lang=en-US in localStorage, you could determine currentLocale as the following code.

    intl.determineLocale( {localStorageLocaleKey: 'lang'} );