November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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?