1

I'm using 3 language(English, Korean, Japanese) in my app.

Is it possible to distinguish String the language in EditText?

vvThat
  • 157
  • 2
  • 13
  • 1
    It is **theoretically** possible (by scanning all the words of all languages to find a match with the EditText contents). But it would be an overkill. – Phantômaxx Feb 20 '15 at 11:51

1 Answers1

2

A String or EditText doesn't contain information about the language, therefore you need a workaround.

Options:

Community
  • 1
  • 1
Christian Strempfer
  • 7,291
  • 6
  • 50
  • 75