Possible Duplicate:
Language recognition in Java
I need to check the language of data present in the string. Pls some one help on this.
for Ex:
String str ="Sample";
str string consist of english language data.
String str1 = "عينة";
str string consist of arabic language data.