Add Spanish Spell Check Android Studio
I would like to add a custom (Spanish) dictionary to Android Studio. How can I do that?
Solution 1:
You can download the Spanish (or any other language) ASCII dictionary from http://www.winedt.org/dictASCII.html and then add it to Android Studio:
- Go to
File
->Settings
->Editor
->Spelling
->Dictionaries
- Click
+
- Select path to your dictionaries folder (inside you must have plain text word lists with
.dic
extension)
Post a Comment for "Add Spanish Spell Check Android Studio"