Hello,
Maybe you can help me.
I am working in a multilingual website and we are using some classes to localized the resources in an Oracle Table. Everything work fine but I was wondering if it is possible to add a property to the tool Generate Local Resources, specially for Image control. The tool adds two properties by default to the resources table (AlternateText and Tooltip), and I would like this tool adding another: ImageUrl.
I can add this resource manually (e.g. for Resourcekey Image1Resource1.ImageUrl the value "~/images/en/myimage.gif"), and this value will be retrieved from the database. The problem is that I have to do this many times, and the perfect solution will be the tool could add the property and the value set at design mode.
Do you know if this is possible?
Another solution will be an easy way to localized images that have to change with the culture. Any suggestion?
Thank you all in advance,
Gustavo