Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to change the windows message box Fonts from English to Arabic..

How can I change it?

If you know please reply.
Posted
Updated 9-Aug-10 21:24pm
v2
Comments
Dalek Dave 10-Aug-10 3:24am    
Minor Edit for Grammar and Txtspk.

There is no message box in HTML. The message boxes you can create with code, should use the font of the installed operating system.
 
Share this answer
 
The font would be specified on the code behind that you use to call the message box.

Also not everyone will have arabic script embedded on their systems, so you may need to upload this font to your web server and point to it.
 
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