How can i call resource file from xml document
Posted
by WingMan20-10
on Stack Overflow
See other posts from Stack Overflow
or by WingMan20-10
Published on 2010-06-15T14:58:37Z
Indexed on
2010/06/15
15:02 UTC
Read the original article
Hit count: 381
how can i call varible from my resource file from a xml document like
<items>
<item rating="R">
<title>The Matrix</title>
<format>"$resources:Format,Dvd"</format>
</item>
</items>
© Stack Overflow or respective owner