I am looking for something similar to this.
- The website is initially created in English language.
- If a visitor comes from Germany, the server detects it and switches to Vue.js to serve the website in German.
- Of course, the visitor can change the language back to English by selecting it from a drop-down menu.
- A unique feature is that there is no Google Translate pop-up appearing asking to translate the content.
Is achieving this functionality possible with Vue.js?