Hi
I'm using the last version of your plugin and I'm also using polylang plugin, the multi-language don't works now in your plugin the recomendation of polylang developer is:
Edit sticky-featured-widget.php at line 80 and replace:
if(isset($instance['title'])) echo $before_title . $instance['title'] . $after_title;
by:
if(isset($instance['title'])) echo $before_title . $title . $after_title;