Bo Wiklund

Bo Wiklund

  • NA
  • 23
  • 0

Question regarding multi-language Web

Dec 29 2003 5:46 PM
In the html page I have the images for different languages in separate subfolders (ex. “images\En\my.gif” ) In the C# code behind I have a variable indicating the selected language, ( ex. string languageCode=”En”) Is it possible to replace the “En” part of folder string with the languageCode, something like: “images\”+languageCode+”\my.gif”? What would the proper procedure and syntax be?

Answers (3)