Nanospell Spell Checking Software Components
JavaScript jQuery CKEditor TinyMCE PHP ASP.Net Classic ASP

PHP SpellChecker

User Interface Translations

PHPSpellCheck's user interface text is customizable and has already been translated into 52 languages.

Code

SourceCode:
#PHP Source Code
require "/phpspellcheck/include.php";

$mySpell = new SpellCheckButton();
$mySpell->InstallationPath = "/phpspellcheck/";
$mySpell->Fields = "ALL";
$mySpell->UserInterfaceLanguage = "ar"; // Language Code for Arabic
echo $mySpell->SpellImageButton();

Custom User Interface Translations

In addition - you can edit the user interface text.