How can I add Arabic typing in VB.Net?
I want to a开发者_如何转开发dd Arabic typing in VB.Net. How can I do that?
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.
精彩评论