小编ron*_*ron的帖子

我可以在卫星装配中组合本地资源吗?

我有很多当地的资源文件

  • /Controls/App_LocalResources/SomeControl.ascx.resx,
  • /Pages/App_LocalResources/SomePage.aspx.resx等

我想添加另一种语言,我不想浏览所有文件夹并添加SomeControl.ascx.de.resx文件,然后必须重新编译整个思考.

我想使用附属程序集并将所有文件嵌入到MyWebPage.de.dll之类的内容中

这在VS2003版本中可用于全局资源,但我不确定我可以在VS2008版本中为本地资源执行此操作吗?

我正在使用以下语法访问资源:

<asp:label id="lblSomething" runat="server" meta:resourcekey="labelFirstName"/>
Run Code Online (Sandbox Code Playgroud)

asp.net localization

6
推荐指数
1
解决办法
1072
查看次数

标签 统计

asp.net ×1

localization ×1