Today I had installed the Translate Widget in my blog. We are using Google translator for reading the contents from various languages. For this you have to copy the URL and it should be pasted on the address bar of Google translator. But all this become easy through Translator Widget from WordPress. If the translation made in the same site itself it will be easier for the readers of different languages and they will be convenient to read in their own language. When the Word press translates widget is installed, Google will automatically translated the web pages.
This widget gets installed to the theme not blog.
I.E. files uploaded into root directory of the theme:
/your/blog/path/wp-content/themes/your_theme/ folderInstall steps
1. Extract the translate.zip file on your hard drive.
2. Upload folder flags into your current theme. Root level of the theme.
3. Upload translate.php file to your theme root folder
4. Add this line to wherever you want the flags to appear:
<?include”translate.php”?>

Continue reading →