Insert HINDI Font from ASP.NET web page to SQL Server database

0 comments
We are In many sites to save HINDI data in SQL data base. But is too difficult to insert HINDI font in data base.


 
Firstly create one table tbhindi in sql 2000
Firstly create columns sno , username, fullname

In fullname column I store Hindi (UNICODE)

Fullname column DATA TYPE (nvarchar), after then create new WEBSITE.

In A Website


Firstly u add Google API for translate English to any language . on this location click on this link

http://code.google.com/p/google-language-api-for-dotnet/downloads/detail?name=GoogleTranslateAPI_0.1.zip

on this link you download  GoogleTranslateAPI_0.1.zip folder. Then create in website bin folder and put GoogleTranslateAPI.dll & Newtonsoft.Json.dll. After adding bin folder with .dll then you create your .aspx page

READ MORE >>

0 comments: