Hi.
The FCKEditor plugin automatically uses the latest version of the editor, so you shouldn't have to worry about that.
The translation to Spanish is an option you have to specify in the file equation_html/fckplugin.js:
- Look for line 7
var language=FCKConfig.DefaultLanguage;
- Replace with your desired language, i.e.
var language='es-es';
- Then delete/refresh your browser cache and reload.
Login