Localization issue #16510
Unanswered
DotCat1985
asked this question in
Q&A
Localization issue
#16510
Replies: 1 comment
-
No need, once you enable the content culture picker there's a culture provider that should handle the localization behind the scene |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project based on OrchardCore 1.8.3, where:
OrchardCore.Localization
andOrchardCore.ContentLocalization.ContentCulturePicker
After setting the Italian culture through the Content Culture Picker, when I type
localhost:8080
orlocalhost:8080/
, the application always redirects to the home page in English (en) instead of the Italian (it) one.I haven't set any CustomRequestCultureProvider in the Startup.cs file.
Could anyone help me with this issue?
Thank you for attention.
Beta Was this translation helpful? Give feedback.
All reactions