将globalresources插入input type =“submit”

时间:2013-06-24 03:04:50

标签: asp.net

这是我的代码:

<input type="submit" value="Pay with Money Bookers"/>

我尝试使用全局资源来显示值,因为我正在创建一个多语言页面。但是当我尝试这样做时:

<input type="submit" value='<%$ Resources:language, PaywithMoney%>'/>

我收到错误:

  

像'&lt;%$ Resources:language,PaywithMoney%&gt;'这样的文字表达式不允许。使用asp:Literal runat =“server”Text =“&lt;%$ Resources:language,PaywithMoney%&gt;” /&GT;代替。

任何人都知道如何纠正这个问题?我尝试了另一种方法并调用了函数GetGlobalRecsources但是当我显示按钮时,我收到的措辞是提交查询。 input type="hidden也会出现此问题。

0 个答案:

没有答案