GetGlobalResourceObject无法在具有<%@ Page Async =“ true”%>的页面中使用。因此,所有html标记的翻译均无效。如何使其工作。
我正在使用.NET 4.5。我的代码看起来像
<div class="row" style="color:red;">
<b><%= GetGlobalResourceObject("Resource","Label_ImportantPoints") %>:</b>
<ul>
<%= GetGlobalResourceObject("Resource","Label_Info") %>
</ul>
</div>