Hi
Can any one help me how can i write urdu in asp.net...?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anuja PawarPosted Jan 4, 2012, 2:18 AM
You can use globalisation and localisation.
Read this for more details
http://www.beansoftware.com/ASP.NET-Tutorials/Globalisation-Multilingual-CultureInfo.aspx
Priya LingePosted Jan 4, 2012, 2:07 AM
1.You need to install right to left language support.
2.Control panel - > Regional and language option - > Its under languages tab.
3.Control panel - > Regional and language option - > Advance tab. and select check box for
urdu / arabic.
4.You will get urdu it in language bar. select urdu and done.
5.We can store urdu data in sql server 2008 instead of varchar use nVarchar.
6.Please check below for more information.
http://www.codeproject.com/KB/cs/multilingual.aspx
Hope this will help you.
Thanks.