I have a project in Rails that needs different images for each language, however and image is pulled from CSS and I can not change it. How to change the image according to the chosen language?
background: url("/caminho/imagem.jpg");
edit: I have received many answers and forgot to provide some infos, my ruby is 1.8.7 and rails is 3, it is not advisable for me to create another css file and although I am not sure, my css is not 2 or any other most recent.
edit2: and I'm using haml instead of html