Hi
I'm set up with 2 sets of language files. The english language is located in a subfolder called eng - My questions is, how to include the proper file, depending on what language the rest of the site is running?
Cause - This doesn't work as the site will load the inc files firs
If language = "english" then
<!--#include file="language_files/ENG/language_file_inc.asp" -->
else
<!--#include file="language_files/language_file_inc_no_const.asp" -->
end if
Hope that someone can tell me the proper way to do it :)
(Sorry for the respost, made a mistake posting it in the old part)
In advance, thanx