-2

I have found a spell checker in english:

spellchecker english

Is there also one in german?

quma
  • 5,233
  • 26
  • 80
  • 146

2 Answers2

3

Try JavaScript SpellCheck. It supports a wide variety of languages including German.

Matthew Cawley
  • 2,688
  • 1
  • 8
  • 19
Sreeragh A R
  • 2,871
  • 3
  • 27
  • 54
0

Most of the application i developed, I used the key-value paired JS file for all required languages. Those translations i am received from business or i translated English to XXX language using google translator & verified those from the business. Once you have it then it is very easy to apply it into application using angular translation service.