Skip to content Skip to sidebar Skip to footer

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:

  1. Go to File -> Settings -> Editor -> Spelling -> Dictionaries
  2. Click +
  3. 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"