Forum Discussion
Programmatically Enable Multilingual on a Site
- Jun 10, 2020
Daniel Gustafsson
Web.IsMultilingual is something else altogether, a relic of the days when some site templates supported MUI and others didn't.To enable the new Multilingual Page Publishing feature on a site, you have to add feature 24611c05-ee19-45da-955f-6602264abaf8
Daniel Gustafsson
Web.IsMultilingual is something else altogether, a relic of the days when some site templates supported MUI and others didn't.
To enable the new Multilingual Page Publishing feature on a site, you have to add feature 24611c05-ee19-45da-955f-6602264abaf8
I don“t know what happened to my reply I posted. Anyway. Thanks. that worked along with web.AddingSupportedUILanguage(LCID)
Office Dev PnP are using the web.IsMultilingual in their code so I thought that flag was still applicable.