Try our conversational search powered by Generative AI!

Class EmbeddedXmlLocalizationProvider

A XmlLocalizationProvider that loads xml files stored as embedded resources.

Inheritance
System.Object
EmbeddedXmlLocalizationProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Framework.Localization.XmlResources
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public class EmbeddedXmlLocalizationProvider : XmlLocalizationProvider

Constructors

EmbeddedXmlLocalizationProvider()

Declaration
public EmbeddedXmlLocalizationProvider()

Methods

Initialize(String, EmbeddedXmlLocalizationProviderOptions)

Initializes the current provider with the given options.

Declaration
public virtual void Initialize(string name, EmbeddedXmlLocalizationProviderOptions options)
Parameters
Type Name Description
System.String name

The name of the provider

EmbeddedXmlLocalizationProviderOptions options

The provider options

Initialize(String, NameValueCollection)

Initializes the provider.

Declaration
public override void Initialize(string name, NameValueCollection config)
Parameters
Type Name Description
System.String name

The friendly name of the provider

System.Collections.Specialized.NameValueCollection config

A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.

Overrides

Extension Methods