Stop Android Studio from thinking Korean characters are typos

21 Views Asked by At

I love keeping the "Problems" section of my IDE clean of errors, since besides Compile errors, Warnings and Hints often catch things for me.

Example of 2 errors and 11 typos being highlighted in the "problems" section

However I'm working on a multilingual project, and lots of files have Korean text in them. Android Studio thinks most most of this text is typos:

Example of Android Studio thinking 결제하기 is a typo

How can I disable the typo detection for Korean characters, or otherwise make Korean spellcheck properly work? Do I have to add every single word it thinks is a typo to my user/team dictionary?

Thanks!

0

There are 0 best solutions below