change images, depending of which language is set, localization

Hi everybody.
I am new to GS and trying to figure out how to change images, depending of which language is set.
I have English and Russian version, and two types of images, for example menu in English and menu in Russian. So i need put image exactly for a what language is set now. !

menubutton_en menubutton_ru

Comments

  • awesome_wellsawesome_wells Member, PRO Posts: 38

    Hi @soiferman

    You could set up a Rule along the lines of:

    When [Attribute] [Devices>Platform>Language] contains [Russian]

    Change Attribute self.Image to "Russian_icon"

    Otherwise

    Change Attribute self.image to "English_icon"

    I hope this helps!

Sign In or Register to comment.