Skip to content

Instantly share code, notes, and snippets.

View sonukumaramarjeet's full-sized avatar

Sonu sonukumaramarjeet

View GitHub Profile
@sonukumaramarjeet
sonukumaramarjeet / HindiTranslation.aspx
Created April 1, 2015 07:43
How to use Google Language translation API For English To Hindi in asp.net
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HindiTranslation.aspx.cs" Inherits="AngularJsDemo.HindiTranslation" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Change Language</title>
<script src="js/jquery-1.9.1.min.js" type="text/javascript"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>