I faced this problem
how can I retrieve string with another language (not English) from edittext?
I faced this problem how can I retrieve string with another language (not English)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should be able to simply call
toString()in your TextWatcher:Set your listener:
name.addTextChangedListener(new GenericTextWatcher(name));Define your listener:
The language the String is in shouldn’t matter until you try to store or display it.