Try our conversational search powered by Generative AI!

Language?

Vote:
 

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?

#191918
May 02, 2018 19:28
Vote:
 

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.

#194495
Jun 22, 2018 10:46
This thread is locked and should be used for reference only.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.