hi,
if you want to change your editors language to hindi then you have to install the plugin
akIndicPlugin for tinyMCE. you can download it from
amiworks.co.in/talk/akindicplugin-for-tinymce-and-joomla/ & install it to your tinyMCE editor with following steps:
1. Extract the downloaded zip file to akIndicPlugin folder.
2. copy this folder into plugins\editors\tinymce\jscripts\tiny_mce\plugins location
3. Open tinymce.php file in “editors\tinymce” in Notepad++ or your favorite editor.
4. Find $buttons2[] = ‘forecolor’; or goto line number 190.
5. Add following lines at specified line numbers
$plugins[] = 'akindicplugin';
$buttons3[] = 'akindicplugin';
6. Save this file and login to Joomla administrator panel and check tinyMCE, if you see a button on tinyMCE toolbar, Congratulations!
NOTE : This Enables Your Joomla To Write In Hindi, Marathi, Bengoli, Gujarati, Malyalam, Telugu and Punjabi.
Regards