I don't speak HTML (and I have no intention of learning). I use Wix to make my web sites. But I am wondering about the process of making a web site multi-lingual. My picture is this:
If I have a web site only in English, then at some place in the HTML I have some text "sample text". To make the web site multilingual in English and Spanish, I replace this in the HTML by something like mltext[Eng, "sample text, Span, "texto de muestra"]. Either Eng is True, and Span is False, or visa versa.
Please ignore the fact that I know nothing about proper HTML syntax. But, my question is this, can one do this sort of thing in HTML?
If I have a web site only in English, then at some place in the HTML I have some text "sample text". To make the web site multilingual in English and Spanish, I replace this in the HTML by something like mltext[Eng, "sample text, Span, "texto de muestra"]. Either Eng is True, and Span is False, or visa versa.
Please ignore the fact that I know nothing about proper HTML syntax. But, my question is this, can one do this sort of thing in HTML?