PhpSpellCheck allows you to spellcheck with many international dictionaries. Using commas in the language decaration, you can spellcheck in more than 1 language at teh same time. Which is ideal for multi linguage documents. You can also translate the User Interface in seconds using the UserInterfaceLanguage property. * Note - To use the Spannish dictionary - you must download "Espanol.dic" from PHPSpellcheck.com and copy it into the /phpspellcheck/dictionaries directory in your web site.
PHPSpellCheck has user Interface support for Unicode languages such as Chinese, Japansese and Arabic. * Be usre to set your document meta: <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> * And your encodingalso in your PHP header <?php header('Content-Type: text/html; charset=utf-8'); ?>
As-You-Type spellchecking with the User Interface in Chinese!