Answer the question
In order to leave comments, you need to log in
How to make the picture change when choosing a language?
When changing the language, it is necessary that the pictures also change. Help..
Answer the question
In order to leave comments, you need to log in
If these are design pictures, then something like this:
img.ru, img.en { display: none; }
[lang="ru"] img.ru { display: block; }
[lang="en"] img.en { display: block; }
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question