Hi all,
Is it possible to use a string resource for the value of a input type = submit.
Code in the xmlpackage =
But the value "Search" should be depending on the localization of the site and therefor a translation.HTML Code: <input type="submit" value="Search" name="B1" />
I tried to use
I put it between the quotes, but it doesn't work.HTML Code:<xsl:value-of select="aspdnsf:StringResource('search.aspx.5', $LocaleSetting)" disable-output-escaping="yes" />
Anybody??
Thnx!!
Inge