Wondering if anyone has had experience of finding and using Chinese language Pspell/Aspell. My thinking is if someone typed in English then a Chinese translation suggestion appears and visa versa.
I've checked and couldn't find the language in the Aspell FTP server (Chinese - Cantonese, ZH) so wouldn't mind making one and sharing.
Also is it easy to install another language on the server and how to define it in the code, i.e.:
// If pspell functions available
if(function_exists('pspell_config_create')) {
$h = pspell_config_create('ZH'); etc.,
Thanks guys!
I've checked and couldn't find the language in the Aspell FTP server (Chinese - Cantonese, ZH) so wouldn't mind making one and sharing.
Also is it easy to install another language on the server and how to define it in the code, i.e.:
// If pspell functions available
if(function_exists('pspell_config_create')) {
$h = pspell_config_create('ZH'); etc.,
Thanks guys!