Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi Daman,
If you for example look at Episerver Alloy sample site implementation and the _Root.cshtml layout file you can see that current language for html lang attribute is rendered using Model.CurrentPage.Language.TwoLetterISOLanguageName.
So on your view page you can use this same approach or other properties from the Language (CultureInfo object) to decide changes in the view per language.
How do I figure out on a view page (Razor code) what language is being used so as to render the view slightly different for international?