I'm not a programmer, but I have a little company website that I developed with MS Visual Web Developer 2010 Express (not Visual Studio), so I'm not completely inept. I want to add French and Spanish languages to my website. So some websites have, for instance, ?lang=fr after the URL or something similar.
Because I'm not a professional hard-core programmer, I need programs with a user-friendly GUI. Unlike Visual Studio, Visual Web Developer 2010 doesn't have friendly options for adding languages, or easy-to-comprehend tutorials on the web.
So I was thinking about just having the regular pages in my website as my English pages. Then, I can make /FR/ and /ES/ directories, and just copy all the aspx and aspx.vb pages to their respective directories and translate them. Then I would give the end-user a choice on the homepage to click "French" or "Espanol". So an end-user who clicks French would be directed to domain/FR/default.aspx.
Is this thinking wrong? Is there a simpler, easier way to accomplish 3 languages? Is there a more PROFESSIONAL way that looks more professional that I might understand?
I can install JQuery plugins. Anyone who can help me achieve this is a Godsend! Thank you for your time in reading this, and I sincerely appreciate any and all guidance you can offer!
Jason Weber