-2

I am trying to develop a basic multilingual app in Asp.Net MVC 4. I don't know how to set image files for different languages. I know it has to be added in the resource file. But I don't know how to call it on the view page. Can someone help me with this?

Eliz
  • 1
  • 1

1 Answers1

0

You should store image path in .rsex file as per your language and can use it.

Ravikumar
  • 613
  • 1
  • 9
  • 22