What would be the best plugin to use for translating website.
Thing is – i installed one multilingual plugin, but it does not pick up strings from templates. For example – the template has stuff lke
<?php _e('Search Results', 'kubrick'); ?>
in it – what plugin should i use to translate them in admin? So far i havent been able to find any.
You’ll first need to create your .POT file, here are some instructions:
http://weblogtoolscollection.com/archives/2007/08/27/localizing-a-wordpress-plugin-using-poedit/
For my part, WPML is the best tool to do this kind of stuff. It’s very easy to configure and quite easy to use. There are also a lot of extensions, for example to manage medias, and an extension to buy translations directly from human translators! You should definitively have a look!