i want to add arabic typing in vb.net .... so how can i do that...
+5
A:
It already supports it; it's all unicode under the hood now. If your users have an arabic keyboard layout the standard controls and inputs should accept arabic text. You do need to make sure to use a system that supports unicode for any persistence you use (database, config files, etc), but the vb.net layer should already work.
Joel Coehoorn
2010-03-06 18:17:25