Website in different languages
-
Hi,
Does anyone know if it is possible to have a website in different languages? Our main website is in english but we would like to duplicate it and make another one in spanish. We also want to add a button to both websites to re-direct either to the spanish or english version.
Thanks for the help! -
This post is deleted! -
@margrit-lampelzammer-0 I’m not aware of a language option specifically, but you create the content of your website, so you could create one with Spanish content and then include links back and forth in your navigation menu?
-
There are commercially available website translation tools, you just use your favorite search engine to find them.
For a free solution, maybe embed a line of code that looks like
<a href=“https://translate.google.com/translate?sl=en&tl=es&u=https://yourwebsite.com/yourpagelink/”>Espanol</a>This is page specific, and does not allow site navigation.
-
@jenny-oest Thanks! Will try out.
-
@joseph-sennish thanks!