SaaS CMS has officially launched! Learn more now.

Interface IContentLanguageInformationResolver

Namespace: EPiServer.Cms.Shell.UI.Rest
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public interface IContentLanguageInformationResolver

Methods

Resolve(IContent, String)

Declaration
ContentLanguageInformation Resolve(IContent content, string preferredLanguage)
Parameters
Type Name Description
IContent content
System.String preferredLanguage
Returns
Type Description
ContentLanguageInformation

Extension Methods