How to display different image according to the selected language?

0
Hi, All. I have downloaded the language selector from AppStore and successfully implemented it for text, but I am not able to apply it to the images. How can I display different images according to the selected language? The images are stored in the Image Collection object basically. I have an idea to display different images for dynamic image content, but this requirement is for a static image that is part of general UI design.   Thank you in advance.
asked
1 answers
1

Create a data view. Get the object for the data view via microflow. In the microflow, fetch the current language in a microflow by retrieving it over association from the current user and return it.

In the data view, include each image and set a conditional visibility expression based on the language code.

answered