Is there a way to check if a string contains characters of a given language only? (for example Japanese, Hebrew, Arabic)
I'm wondering if there is a way implementing this kind of validation in Javascript\Jquery and in c#?
EDIT
I'm not willing to check if the string contains valid words of a specific language dictionary. I'd like to validate that all characters belong to that language.