Class TestableLocalization
Inherited Members
Namespace: DotNetNuke.Services.Localization.Internal
Assembly: DotNetNuke.dll
Syntax
public class TestableLocalization : ServiceLocator<ILocalization, TestableLocalization>
Methods
| Improve this Doc View SourceGetFactory()
Gets the service locator factory.
Declaration
protected override Func<ILocalization> GetFactory()
Returns
Type | Description |
---|---|
Func<ILocalization> | A factory function. |
Overrides
DotNetNuke.Framework.ServiceLocator<DotNetNuke.Services.Localization.Internal.ILocalization, DotNetNuke.Services.Localization.Internal.TestableLocalization>.GetFactory()