how can i display different image for different languages?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
I want to display IMAGE1 for English
and IMAGE 2 for French

how do I do this?
8 years ago
pepper wrote:
I want to display IMAGE1 for English
and IMAGE 2 for French

how do I do this?

Just select and/or change the corresponding lenguaje image in \\image\\flags\\directory as shown here
8 years ago
eadameg THANK YOU for your reply but I do not mean flag

I want to put one image on homepage but I want to change it based on language. how to do that?
8 years ago
Just replace the flag image with your own image, if that is what you want.
8 years ago
sorry for confusion but I am not talking about language flags at.

I want to display a image banner on homepage BODY that have text on it. but I can't display French banner for English. so I need help how to display image according to the selected language?

(this is nothing to do with language flag)
8 years ago
I have an idea, never tested it, but it should work
image banner on your homepage
create 2 banners lets say french.jpg and english.jpg
create a resource string for the banner file name

example: key:banner.filename       -  value "franch.jpg"
change the value for each language.

your image should look like that:

<img src="imagefolder/@T("banner.filename")">
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.