T
Thomas
Hi all,
How do I localize images in my ASP.Net 3.5 application?
OK, I know I can put image URLs in the *.resx file under App_GlobalResources
and then use it in, let's say, my image button like this:
<asp:ImageButton ImageUrl=<%$ Resources:URLs, OKImage %> ...
I could even localize just part of the URL (folder) but this is not what I
am looking for.
Since there is a way to add images to the *.resx file itself there must be
some better way way to use them.
Google reveals million examples on how to localize strings but I found
nothing on images.
Thanks for any pointers.
Thomas
How do I localize images in my ASP.Net 3.5 application?
OK, I know I can put image URLs in the *.resx file under App_GlobalResources
and then use it in, let's say, my image button like this:
<asp:ImageButton ImageUrl=<%$ Resources:URLs, OKImage %> ...
I could even localize just part of the URL (folder) but this is not what I
am looking for.
Since there is a way to add images to the *.resx file itself there must be
some better way way to use them.
Google reveals million examples on how to localize strings but I found
nothing on images.
Thanks for any pointers.
Thomas