We have created spanish language versions of the five step images that appear in the cart, and named them step_1.es-MX.gif and placed them in the skins/image directory. They aren't displayed. I've looked at the code for one of the pages involved, checkoutpayment.aspx.cs and found that the code points specifically to the english language version of the images:
checkoutheadergraphic.ImageUrl = AppLogic.LocateImageURL("skins/skin_" + SkinID.ToString() + "/images/step_3.gif");
How would I modify this code to select the image based on locale?
Thank you for your time.