Click here to Skip to main content
16,004,647 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to save marathi language in sql?how to add marathi language in textbox.
Posted
Comments
Ed Nutting 4-Jun-11 7:52am    
don't repost! It just puts people off answering and it won't get your question answered any faster.

use nvarchar datatype in sql, and in sql statement you have to push N' for clearfy that your data is nvarchar type
 
Share this answer
 
You can store characters as unicode as disccussed here[^].

For more on Windows Forms localization, read .NET - Localization using Resource file[^].
 
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