cvboucher
Posts: 191
|
| Posted: 09/27/2010, 10:43 AM |
|
ASP.NET/VB
I'm in the process of localizing my application. For the buttons (with type=image) I switch to HTML view and in the src attribute I replace en with {res:CCS_LanguageID}. This works fine when I publish and run my application. I do the same thing for the Image Links and the image link displays fine in the Design view but when I publish and run my application the link displays as a broken image. When I view the source from IE the src attribute still contains the resource key.
src="Styles/WESVIC/Images/{res:CCS_LanguageID}/ButtonWizardNext.gif"
Does anyone have any thoughts on what I'm doing wrong or is this a bug?
Thanks,
Craig
|
 |
 |
|