Ok right .. I auto answer me .. jeje ( I´m to bad to day )
I trayed .. and I obtein good results.
I post here part of the code when go the include of traslate mode
---------------------------------------------------------------
<!-- #include file="includes/header.asp" -->
<!-- #include file="includes/navigation_buttons_inc.asp" -->
<a name="top"></a>
<table width="<% = strTableVariableWidth %>" border="0" cellspacing="0" cellpadding="3" align="center"><tr>
<!--#include file="translate_page.asp"-->
<td align="left" class="heading"><%
'Display the forum name
Response.Write(strForumName)
'If the forum is locked show a locked pad lock icon
If blnForumLocked = True Then
----------------------------------------------------------