haloo...
how can i set widget title in different language?
as this far i can understand that each widget title is set from mysite/code/my_widget.php in line :
static $title = 'Widget Title';
my default site is indonesian, and I make it bilingual (Indonesian & English)
I want each widget title is automatically changed when I choose mysite.com/?locale=en_US
could it be possible?
(sorry for my bad english... ;D)