# Locales
It's possible easily through the settings, to define the language that will be used for the logs.
TIP
axe-core already has several languages available.
See axe-core locales, opens in a new window
import ptBR from 'axe-core/locales/pt_BR.json'
Vue.use(VueAxe, {
config: {
locale: ptBR
}
})
← API