Toggling between languages with JS
I am trying to create a website that can switch languages from English to French by clicking on the toggle button. I tried a few ways without Javascript because I don’t know much, and only with CSS but never found the result I wanted.
I want my Toggle button to change all the text from my website to another language, how do I do it?
I am new to javascript so please be kind.
I am trying to create a website that can switch languages by clicking on the toggle button (from English to French). I tried few ways without javascript because I don’t know much, and only with CSS but never found the result I wanted.
Can someone help?