sto cercando di usare questa funzioen per redndere multilingua il web wiz forum

<%
Function Include(fileName)
Dim strText
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.OpenTextFile(server.mapPath(fileName))
strText = f.ReadAll()
strText = Replace(strText,"<" & "%","")
strText = Replace(strText,"%" & ">","")
f.Close
ExecuteGlobal strText
End Function
%>


<%

RESPONSE.WRITE Include("/forum/language_files/italiano/language_file_inc.asp")

%>

Però non funzia...
il path è corretto