How to add a dictionary for spell check in Android Studio / IntelliJ Idea

后端 未结 5 497
轮回少年
轮回少年 2021-02-02 05:25

I have been using Android Studio in Spanish, and it bothers me that it highlights as incorrect words which are spelt correctly.

Can I add a Spanish dictionary to Android

5条回答
  •  心在旅途
    2021-02-02 06:21

    Go into your Settings. Under "Language and Keyboard", go to and select "Android Keyboard" -> "Input language". Choose Spanish. That should do it!

    Or, on Android 4, go to Settings -> Language & Keyboard -> Touch Input (settings button) -> Personal Dictionary -> Edit personal dictionary

    The following link shows how to implement a spellchecker - you can implement this for multiple languages.

提交回复
热议问题