L'en-tête Axios accepte la langue

axios.get(url, {
	headers: {
        'Accept-Language': 'en-US'
    }
})
florinrelea