Class LanguageLoaderOption
Specifies settings for language handling during loading.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class LanguageLoaderOption : LoaderOption
Constructors
LanguageLoaderOption()
Creates a new instance of Language
Declaration
public LanguageLoaderOption()
Properties
FallbackBehaviour
Specifies which behaviour regarding fallback/replacement languages that should be used when loading content.
Declaration
public LanguageBehaviour FallbackBehaviour { get; set; }
Property Value
Type | Description |
---|---|
Language |
Language
Gets or sets the language branch that should be used when loading content.
Declaration
public CultureInfo Language { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
If not set or set to null
, the preferred language branch will be retrieved from the current context.
If set to System.
Methods
Fallback(CultureInfo)
Returns an instance of Language
Declaration
public static LanguageLoaderOption Fallback(CultureInfo language = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
language | The language version to load |
Returns
Type | Description |
---|---|
Language |
A loader option |
FallbackWithMaster(CultureInfo)
Returns an instance of Language
Declaration
public static LanguageLoaderOption FallbackWithMaster(CultureInfo language = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
language | The language version to load |
Returns
Type | Description |
---|---|
Language |
A loader option |
MasterLanguage()
Returns an instance of Language
Declaration
public static LanguageLoaderOption MasterLanguage()
Returns
Type | Description |
---|---|
Language |
A loader option |
Specific(CultureInfo)
Returns an instance of Language
Declaration
public static LanguageLoaderOption Specific(CultureInfo language = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
language | The language version to load |
Returns
Type | Description |
---|---|
Language |
A loader option |