站点地图本地化不起作用

发布于 2024-10-02 20:05:30 字数 204 浏览 0 评论 0原文

奇怪的事情正在发生。如果我在 App_GlobalResources 中只有一个文件 filename.en-US.resx 文件。 Sitemap(指的是“$resources:Web.sitemap,key”)抛出对象或键无法找到的错误。但是当我有两个文件 filename.en-US.resx 和 filename.resx [这没有键,它是空的]时,站点地图工作正常。请需要一些解释。

Strange things happening. If I have only one file filename.en-US.resx file in App_GlobalResources. Sitemap(Which is referring as "$resources:Web.sitemap,key") is throwing error that object or key couldnt find. But when i have two files filename.en-US.resx and filename.resx[this has no keys it is empty], sitemap is working fine. Please need some explanation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉宸 2024-10-09 20:05:30

我认为在添加特定于文化/语言的资源文件之前,您需要有一个 filename.resx 充当正常(不变)资源。

I think you need to have a filename.resx that acts as the normal (invariant) resource before adding culture/language specific resource files.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文