London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
You should be able to get that through EPiServer.Core.IContentLanguageSettingsHandler interface. The actual component that implements the interface can be retreived from IOC container like:
var languageSettingsHandler = ServiceLocator.Current.GetInstance<IContentLanguageSettingsHandler>();
Each page could have its own language settings (Tools button -> Language Settings)
How to get them programmatically?