I have a small site (8 or 10 pages) that needs to be translated into Spanish. I don’t have access to a back end developer in order to use any sort of database or variables, and so I am going to try and finagle my way through this with just CSS/jQuery.
I know how to change the elements on a page from English to Spanish and vice versa. My problem is that once the visitor clicks to a new page, how I can make sure that the next page displays in the proper language? Is this even possible?
The pages are .aspx but I don’t have access to the code behind and I’m relatively useless in .NET. I wouldn’t even take this on but its only a few pages with very little text.
Could someone help me get going in the right direction here?
It is possible to use cookie to save the chosen language.
I think that this will work: