Switching language in web user interface pages
Use the above file to switch between two languages of your web user interface. Ex English and French.
All your webpages has to be named
<somename>_e.asp
<somename>_f.asp
ex. aboutMe_e.asp, index_f.asp
While the user is on one page [aboutMe_e.asp], s/he can click on the menu option “language” and it will automatically switch to the other language [aboutMe_f.asp]. Therefore, you don’t have to worry about linking the other language files, since this “language” option on the menu would automatically display the correct file.
Note: Please rename the file to “language.asp”
_____
CAPital