Class EmbeddedXmlLocalizationProvider
A XmlLocalizationProvider that loads xml files stored as embedded resources.
Inheritance
System.Object
    
    
    EmbeddedXmlLocalizationProvider
  Inherited Members
Namespace: EPiServer.Framework.Localization.XmlResources
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public class EmbeddedXmlLocalizationProvider : XmlLocalizationProviderConstructors
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. | 
