December 17, 201213 yr Hii friends, I wanna make a website for both English language and Russian language. I am thinking to have two seprate urls that interlink or one url with two pages for each languages. I am confused here. Can anyone tell me what is the easiest way to toggle between the two different languages?
December 17, 201213 yr Hi Use a database to store the content then simply include a link to query the database in each language.
December 18, 201213 yr or if you are not familiar with databases simply use jquery to switch between the two
December 19, 201213 yr I built a static HTML/CSS site in English and Polish for a client just by having a separate directory for the Polish pages and added a toggle switch into the header. This is the site www.assistanceclaims.co.uk and www.assistanceclaims.co.uk/polish/index.html respectively
December 19, 201213 yr I do the same as Stanza, when I'm building sites without databases. Just use javascript to move between the different language folders
Create an account or sign in to comment