Skip to content

Instantly share code, notes, and snippets.

@robbiemu
Created December 14, 2016 06:04
Show Gist options
  • Save robbiemu/be3ad3819e9cd89359ab5f60f54aad1e to your computer and use it in GitHub Desktop.
Save robbiemu/be3ad3819e9cd89359ab5f60f54aad1e to your computer and use it in GitHub Desktop.
let languages = (navigator.languages === undefined)?
[ (navigator.language || navigator.userLanguage).substr(0, 2) ] :
$.unique(navigator.languages.map(f=> f.substr(0,2)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment