Best method to create an alternate language version of your website?
(There's an almost-zero percent chance that there will ever be a 3rd language, so we're talking strictly alternating between 2 languages.)
I was thinking of a link at the top of the page that triggers a (PHP?) event that will reload "self" except with "_alt" at the end of the file name -- so "domain.com/page.php" becomes "domain.com/page_alt.php" -- and vice versa if already on a page ending with "_alt" (so it removes it to revert to original language version of the page).
Is this as good a method as any other?
If so, what would that syntax look like?
Thanks!
