# Browser API

browserapicdplocaledom
  • Local and language information
window.navigator.languages

// nuxtjs
context.app.i18n.locale where you have access to NuxtContext
this.$i18n.locale in component
$i18n.locale in template
  • DOM Manupulate API
    • QuerySeclectorAll
    • Create / RemoveElement
    • Append / ReplaceChild
    • InsertBefore / After
    • CloneNode
    • getComputedStyle
    • get / set / removeAttributes
  • or
  • Buy me a coffeeBuy me a coffee