I am using this code below to use google transliteration facility in my site, I want to host this service in one intranet site which may not have internet access, how do i use this service ?
<script type="text/javascript" src="https://www.google.com/jsapi?key=ABQIAAAAIiziw8VGTxhqSejgYtAT8hTwfQc0k8B8CG-VP_1HP5Pa0SmTchSXi4Ra9nGkiQXIcDYFs648bUkc6A">
</script>
<script type="text/javascript">
// Load the Google Transliterate API
google.load("elements", "1", {
packages: "transliteration"
});