Multi language site

I found that two most popular plugins for multi language sites are WMPL and qTranslate. First one is commercial, so this is not option, and second doesn’t have ability to translate widgets in sidebars, or I don’t know how to do it.
Can you suggest me which plugin to use or what trick to do to have multi language widgets?

Related posts

Leave a Reply

1 comment

  1. I have used qTransalte a lot of times… i some cases i have used this kinda of code
    for widgets and special elements in the design such as the logo / images

    $bloginfo = get_bloginfo( 'language' );
    if ($bloginfo == 'he-IL') {
       // hebrew sidebar here
    } else {
       // English sidebar here
    }
    

    .
    But that just in specific cases… in most cases qTranslate has a ready made solution.

    Best of luck.
    Sagive