M
md_rogers
How do I determine the culture/language of a specific string?
Dim s As String = "some text"
How do I determine for instance, if s is Arabic text or not?
Dim s As String = "some text"
How do I determine for instance, if s is Arabic text or not?