I am developing an Android app which needs to support two languages Hindi/English. I am able to convert the whole app UI in Hindi language but the problem is that I don't know how to fetch Hindi characters or string from edittext.
As I am fetching data in general way:
String userName=_userEdt.getText().toString();
but userName string does not contains any data in Hindi mode.How to I get the word like हिन्दी from edittext.