I have edittext in a form, I want that when the user inputs text into the edittext for my program to detect which language was inserted into the edittext.
Why don't you evaluate it when keyboard is popup.. Means
You can do it by getting the language of phone... here is the method useLocale.getDefault().getDisplayLanguage();
minSDK is 11 is required.