在 Linq to Umbraco 中,有没有办法找到与节点关联的语言?

发布于 2024-10-16 01:59:43 字数 443 浏览 2 评论 0原文

在 Linq to Umbraco 中,有没有办法找到与节点关联的语言?

例如:我有一个结构

content -|
         |- FR -|
                |- News
                |- Blog
                |- About

         |- EN -|
                |- News
                |- Blog
                |- About

         |- JP -|
                |- News
                |- Blog
                |- About

,我想读取具有不同名称的根节点(en、fr、jp)并找到与其关联的语言。

我目前指的是使用主机名的语言集。

In Linq to Umbraco, is there a way to find the language associated with a Node?

for example : I have a structure where

content -|
         |- FR -|
                |- News
                |- Blog
                |- About

         |- EN -|
                |- News
                |- Blog
                |- About

         |- JP -|
                |- News
                |- Blog
                |- About

and I would like to read the root nodes (en, fr, jp) which have different names and find the language associated with it.

I'm currently refering to the language set using the hostnames.

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

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

发布评论

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

评论(1

末が日狂欢 2024-10-23 01:59:43

我认为您可以使用 Path 属性对其进行过滤。

x=>x.Path.StartsWith("-1,XXX")

I think you can filter it using Path property.

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