Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created May 29, 2019 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theodesp/911c0226a105a137fef32a92bcac9a6e to your computer and use it in GitHub Desktop.
Save theodesp/911c0226a105a137fef32a92bcac9a6e to your computer and use it in GitHub Desktop.
import {detectLocale} from './utils.mjs';
...
console.log('Detected user locale is ', detectLocale()); // 'en'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment