gpt4 book ai didi

asp.net - 在 ASP.NET 本地化标签中连接文本

转载 作者:行者123 更新时间:2023-12-01 11:08:22 25 4
gpt4 key购买 nike

尝试本地化 ASP.NET 标签中的文本...希望在本地化文本后添加“:”。我可以将“:”添加到资源文件中的本地化文本中,但这看起来很傻……应该有一种简单的方法可以做到这一点。

<asp:Label id="RoleTypeLabel" runat="server" Text='<%$ Resources: GS3, RoleTypeLabel %>:' AssociatedControlID="RoleTypeDropDown"></asp:Label>

(注意 Text='...' 末尾的 ':')

当然,这行不通...而且我也没有想到将“:”连接到本地化文本的末尾。

有人知道怎么做吗?

TIA,詹姆斯

最佳答案

我总是把冒号放在标签外面。

<asp:Label ID="RoleTypeLabel" runat="server" Text="<%$ Resources: GS3, 
RoleTypeLabel %> />:

关于asp.net - 在 ASP.NET 本地化标签中连接文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2961411/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com