Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/10/2011, 12:48
Manu33
 
Fecha de Ingreso: octubre-2011
Mensajes: 4
Antigüedad: 12 años, 7 meses
Puntos: 0
Idioma menu router en chino.

Buenas, escribo este mensaje para ver si alguien me da alguna idea. He comprado un router Mifi en ebay ( china ) pero al llegar me di cuenta que cuando entraba en la pagina de configuracion del router 192.168.... el menu salia en idioma chino. Intente buscar la opcion de cambiar idioma en las opciones tirando del traductor de google pro que sino, dime tu como se lo que pone en chino :D, pero creo que es problema del codigo javascript que le han programado en la pagina de inicio, que no reconece la cokie que hace que ponga el menu en ingles por defecto en vez de chino. Se que tiene el ingles por que cuando clikeas en algun boton de opciones por un instante sale todo traducido en ingles pero vuelve a poner en chino al momento. Tengo una captura de pantalla que lo ratifica. He probado a cambiar los idiomas en i.e. y la configuracion regional y todo lo que se le puede cambiar para ver las paginas en otro idioma pero no hay manera. Tambien he probado con firefox, chrome, safari y sigue aparaciendo en chino. A ver si a alguien se le ocurre alguna solucion. Gracias.

El codigo fuente que he sacado de ie es este:

<HTML>
<HEAD>
<TITLE>3G ROUTER</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<meta http-equiv="Pragma" content="no-cache">
<meta content="MSHTML 6.00.2800.1106" name="GENERATOR">
<script type="text/javascript" src="../js/global_js.js"></script>
<script type="text/javascript" src="../lang/b28n.js"></script>
<script language="JavaScript" type="text/javascript">

// var lang = '<!--% getCfgGeneral(1,"Language"); %-->';
// var cook = "en";
var dhcp_time = new Array();
Butterlate.setTextDomain("main");
var style = _("style_lang");
function table_row_display_on(){
if (window.ActiveXObject)
{ // IE
return "block";
}
else if (window.XMLHttpRequest)
{ // Mozilla, Safari,...
return "table-row";
}
}

/*function initLangFur()
{

if (document.cookie.length > 0) {
var s = document.cookie.indexOf("language=");
var e = document.cookie.indexOf(";", s);
if (s != -1) {
if (e == -1)
cook = document.cookie.substring(s+9);
else
cook = document.cookie.substring(s+9, e);
}
}

if (lang == "en") {

if(cook == "en") document.cookie="language=en; path=/";
else { document.cookie="language=en; path=/";
window.location.reload();
}

}
else{
if(cook == "zhcn") document.cookie="language=zhcn; path=/";
else { document.cookie="language=zhcn; path=/";
window.location.reload();
}
}
initfurture();

}*/

function initfurture()
{
// document.getElementById("en_logo").style.visibilit y = "hidden";
// document.getElementById("en_logo").style.display = "none";
//document.getElementById("zhcn_logo").style.visibil ity = "hidden";
//document.getElementById("zhcn_logo").style.display = "none";
// document.getElementById("zhcn_logo1").style.visibi lity = "hidden";
// document.getElementById("zhcn_logo1").style.displa y = "none";
if (style=="style_en")
{
document.getElementById("en_logo").style.visibilit y = "visible";
document.getElementById("en_logo").style.display = table_row_display_on();
}
else
{
document.getElementById("zhcn_logo").style.visibil ity = "visible";
document.getElementById("zhcn_logo").style.display = table_row_display_on();
// document.getElementById("zhcn_logo1").style.visibi lity = "visible";
// document.getElementById("zhcn_logo1").style.displa y = table_row_display_on();
}

}

function onInit(){

initfurture();
<!--% FirmwareUpgradePostASP(); %-->
}

</script>
</HEAD>
<body scroll="no" topmargin=2 leftmargin=2 rightmargin=2 bottommargin=2 onLoad="onInit();" onUnload="closeIntro()" style="height:120%">
<center>
<table cellspacing=0 cellpadding=0 border=0 width="100%" height="100%">
<tr height="100" id="en_logo" style="visibility:hidden; display:none" >
<td valign="top" colspan="2" bgcolor="#FFa349" style="border-bottom:0px solid #FFFFFF;"><img src = "images_logo/top_bar.jpg" height="100" width="100%" ></td>
</tr>
<tr height="85" id="zhcn_logo" style="visibility:hidden; display:none" >
<td valign="top" colspan="2" bgcolor="#332299" style="border-bottom:2px solid #FFFFFF;" height="85"><img src = "images_logo/top_bar.jpg" height="100%" width="100%">
<!--style="border-bottom:5px solid #FFFFFF; margin-bottom:5px"--></td>
</tr>
<!--tr height="60" id="zhcn_logo1" style="visibility:hidden; display:none">
<td valign="top" colspan="2" bgcolor="#332299" style="border-bottom: 5 solid #FFFFFF;margin-bottom:5px " height="60" align="center"><span style="font-weight: bold; color:#FFFFFF; font-size: 32px; vertical-align:top">3G 无线路由器</span-->
<!--#173A7D img src = "images/3G-Router-interface1.jpg" height="100" width="100%"></td-->
</tr>

<tr height="100" id="studio_logo" style="visibility:hidden; display:none" >
<td width="20%" valign="center" bgcolor="#ffffff"><img src="images/headleft.jpg" width="188" height="75" hspace="2" vspace="2" border=0 ></td >
<td valign="top" width="80%" colspan="2" bgcolor="#FFa349"><img src="images/framelogo.jpg" height="120" width="100%"></td>
</tr>
<tr >
<td width="20%" ><iframe border=0 src="treeapp.asp" name="menu" frameborder=0 width="100%" height="100%" scrolling="auto" target="view" ></iframe></td>
<td style="border-left:2px solid #FFFFFF;"><iframe border=0 SRC="status/equipinfo.asp" name="view" frameBorder=0 width="100%" height="100%" scrolling=yes target="_self"></iframe></td>
</tr>
</table>
</center>
</body>
</HTML>
{ //