Multi language site [closed]

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