Click here to Skip to main content
15,921,531 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Sirs.. How i can display Urdu or Arabic text in HTML page.
Posted
Updated 13-Feb-11 23:34pm

Hope this[^] will give you an idea.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 14-Feb-11 17:50pm    
Should be enough, my 5.
--SA
[no name] 14-Feb-11 23:03pm    
Thanks Sakryukov.
Hi Mehsud,

In sql we can insert the values in any language by the following format.

INSERT INTO MyTable (CompanyName,Sex,CompDesc) VALUES (N'Some text in Arabic/urdu',N'Some text in Arabic/urdu',N'Some text in Arabic/urdu')

but in html i'm not sure check with above format...Hope it helps...

Thanks,
Prasant
 
Share this answer
 
I think if you convert the Inpage text to Unicode, the text will be displayed!

Conversion is very simple.

Copy the text from Inpage file.
And paste it in this text box:
http://urdu.ca/convert

Hope its the answer!
Kazmi
 
Share this answer
 
Comments
Muhammad Qadeer Alam 30-Mar-12 6:10am    
Is it available some API for InPage Text to UniCode Conversion, if i don't wants to use this link,
irfanansari 15-Sep-13 4:54am    
Dear Sir
Can I Use This In My Vb.net Code that It Auto Convert and Send by Email
Or IS There any Way that Supported Richtex box?
You can display Arabic or Urdu Text in HTML pages , visit http://www.ajsoftpk.com/urdutextbox/ or http://naseem.amjad.ajsoftpk.com/urdu/ for a number of solutions.
 
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