Thank you, that works!
But now I have a new problem: I want the widget to be shown only on the Finnish front page, not on the other Finnish pages.
is_home() && ICL_LANGUAGE_CODE == ‘fi’ makes the widget to be shown on the Finnish blog page, but that is not my front page, because I have a static front page.
is_front_page() && ICL_LANGUAGE_CODE == ‘fi’ makes the widget to be shown BOTH on the Finnish front page AND the Finnish blog page.
I’m looking for the code that makes the widget to be shown just on the Finnish from page, nowhere else.