You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.
This it´s my code :
Note : I use the last version of this plugins
CODE :
<script src="cuerposweb/js/jquery.js"></script>
<script src="cuerposweb/js/jquery.translate.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
$.translate.load('40B3D3ACA9718A309AB24E9AE33DF58D3EADB7B1');
$('#contenedor_web_header').translate('<? echo $_SESSION['lang'];?>');
$('#contenedor_web_header_infor').translate('<? echo $_SESSION['lang'];?>');
$('#contenedor_web_body').translate('<? echo $_SESSION['lang'];?>');
$('#content_tags').translate('<? echo $_SESSION['lang'];?>');
$('#contenedor_web_footer').translate('<? echo $_SESSION['lang'];?>');
$('#translator').translate('<? echo $_SESSION['lang'];?>');
$('#footer_links_content').translate('<? echo $_SESSION['lang'];?>');
}
);
</script>
I use this with this last modification and no translate nothing , you can help
me please , Thank´s Regards
Original issue reported on code.google.com by [email protected] on 23 Dec 2011 at 11:41
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 23 Dec 2011 at 11:41The text was updated successfully, but these errors were encountered: