Is there a way in .NET to determine the a script family based on an input string? For example, I have the following:
咖啡, กาแฟ, コーヒー, قهوة
("coffee" in Chinese, Thai, Japanese and Arabic, respectively)
Is there a way to determine what script these are in, like a general script family (for example, it may be "Hans/Hant", "Thai", "Jpan", "Arab") - these are IANA / ISO 15924 groupings?