<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("language", "1");
function TranslateDiv(divID)
{
if ("<%=glbSKIN_COUNTRY_LANG_Code%>" == "EN")
{
var test=1;
}
else
{
var containerDoc = document.getElementById(divID).innerHTML;
containerDoc=containerDoc.toLowerCase();
google.language.translate(containerDoc, "en","<%=glbSKIN_COUNTRY_LANG_Code%>" , function(result)
{
if (!result.error)
{
var container = document.getElementById(divID);
container.innerHTML = result.translation;
}
});
}
}
</script>
<script src="/jsapi?key=internal" type="text/javascript"></script>
<script type="text/javascript">
google.load('language', "1");
google.setOnLoadCallback(initialize);
function initialize() {
var v = {type:'vertical'};
google.language.getBranding('google');
}
</script>
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.