137
Views
6
Comments
Solved
[CKEditor] SpellCheck for danish language
Question
ckeditor
Web icon
Forge asset by CKEditor Team

Hello team,

I have an requirement to SpellCheck for danish language when user types.text in input widget. can someone help me with that?


Thanks in advance.

2024-12-19 12-19-39
Amal
 
MVP
Solution

Hello Kiran, 

I checked the demo,  for the spell check to work you will have to do the following.

1) Set the language of the CKEditor widget to "da" for danish. 

2) In the config assignment, from the removeButtons, section delete the string "scayt". 

This should ensure the demo will do the spell check for Danish properly. 


Hope this helps !!!

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Kiran,

Did you check the CKEditor documentation on spell checking?

2024-08-28 10-01-54
Kiran Shinde

Hi Kilian Hekhuis ,

Sorry for late reply.

I've tried by enabling 

config.disableNativeSpellChecker = false;

But its not working... can you give me working sample?

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Kiran,

Unfortunately, I haven't done this myself, I just relied on the documentation.

2024-12-19 12-19-39
Amal
 
MVP
Solution

Hello Kiran, 

I checked the demo,  for the spell check to work you will have to do the following.

1) Set the language of the CKEditor widget to "da" for danish. 

2) In the config assignment, from the removeButtons, section delete the string "scayt". 

This should ensure the demo will do the spell check for Danish properly. 


Hope this helps !!!

2024-08-28 10-01-54
Kiran Shinde

Hello Amal Raj,

Its working, thank you very much.

2024-12-19 12-19-39
Amal
 
MVP

Glad it helped. You can also activate the spell check by default using the config value 

scayt_autoStartup : true
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.