Possible Duplicate:
Return the language of a given string
In my program I have to find the language of an input string. For example, if an user enters
"hello world"
the language detected is English and if an user enters
"RUE"
it should be French.
Currently, in my project an user can input French or English.
I tried using CultureInfo class but I didn't get anything fruitful.