How to change CMS Image when change language?
I have an CMS whose type is PNG Image defines 2 picture (one in English and one in German).
I insert this image in .xhtml like: <code><h:graphicImage name="myImage" library="ivy-cms" styleClass="my-image" /></code>
There is a button for changing language of whole application.
My problem is:
When I click on button to change language, my picture doesn't change. It is changed when I clear cache of browser (Ctrl + F5).
I have already tried adding attribute update="my-image" <code>update="my-image"</code> for the button, but it still doesn't work.
Thanks,