Replies: 1 comment 7 replies
-
|
Try to install Content Localization module if you interested in localizable content items |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,

I've created decoupled website using Asp.Net Core 3.1
I'm using orchard core nugets:
2 abstraction nugets I've installed out of despair, I don't know what they do I was looking for ILocalizationService which is mentioned on the internet somewhere.
I turned on all localization features and created little component for switching languages (eng and fra for now).
Based on
<html lang="@Orchard.CultureName()">it looks that it is working fine.
So I started to localize content types. But I cannot found any way of filtering content items based on culture.
I've tried:
but all items for all languages are returned.
There are no overload which I can use to send culture info.
Is there a way to use content localization in decoupled website? Or at least to filet content items based on culture.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions