Click here to Skip to main content
15,892,517 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
hi
we are create a online examination Application in asp.net but my question is how to display in Gujarati language using sql server 2005 and how to store Gujarati language in sql server 2005
please help me
Posted
Comments
Sergey Alexandrovich Kryukov 4-Feb-13 3:42am    
I hope you don't tell about automatic translation, do you?
—SA
[no name] 4-Feb-13 4:14am    
yes i want to automatic translation

There are two parts to displaying a web page in a local language.

1) You need to apply Localization to your website. You should do this preferably before you begin work on the website.
Here are a few examples -
ASP.NET Localization (Quick Reference)[^]
An Easy Introduction to Localization in ASP.NET 2.0[^]

2) The second part would be storing in the database. This can be done via storing unicode characters.
This example might help you - http://aalamrangi.wordpress.com/2012/05/13/storing-and-retrieving-non-english-unicode-characters-hindi-czech-arabic-etc-in-sql-server/[^]
 
Share this answer
 
Comments
[no name] 4-Feb-13 4:13am    
Thanks Abhinav i will try
hello i am vivek
C#
<pre lang="c#">
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900