Hello everyone, I am handling a string including multiple languages. I need to split it by each language and handle them differently. If they are using different char sets, it's easy. However
Latins share chars (a-z A-z). And I don't know how to identify if a word is from, say, French or Spanish or English. For example: tomato (English) tomates(French). how do I identify these 2 words? Any ...