In XbyK is detecting the user's language "standard" .NET functionality we implement now or some other Kentico middleware that XbyK has? Not finding much documentation on it in XbyK, just KX13 and earlier. The "Ask AI" feature in the Kentico docs says this:
For automatic language detection, you would typically need to:
- Detect the user's preferred language (e.g., from the browser's
Accept-Languageheader). - Redirect the user to the appropriate language version of your site based on that preference.
- Ensure your URL routing supports language codes (e.g.,
/en/,/es/).
While this logic isn't provided out-of-the-box, you can implement it in your site's startup or middleware logic.
Any direction would be great because what we did in KX13 doesn't seem to be working with XbyK when I expect it should.
Environment
Xperience by Kentico version: [31.7.1]
.NET version: [10]
Execution environment: [SaaS]