I was wondering, if something like this is possible to achieve in DW,
Here is what I working on (see attachment)
I have an image here, that I want to change, depending on what language the webpage is viewed.
For example, if it is Danish, than The image would be the map of Denmark. And if user is browsing English site, than the image is replaced with the map of England.
I am thinking to make a paragraph in each language site, tha paragraph would eventually hold the picture I need to show. Than I would reference that paragraph like this:
<div class="ImageHolder"> <!-- if English version is selected - show paragraphID 1 --> <!--@Global:Paragraph.Content(1)--> <!-- if Danish version is selected - show paragraphID 2 --> <!--@Global:Paragraph.Content(2)--> </div>
Any suggestions how to do it? :-)
Regards,
Dmitrij