When WPML plugin installed, will appear uc_lang placeholder in the right placeholders panel.
You can use it for outputting different strings, or different attributes, or even different html inside widget.
you can do it like this for example:
{% if(uc_lang == "ru")%}
Russian Text
{% else %}
English Text
{% endif %}