Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IStringLocalizerFactory Interface

Definition

Namespace:
Microsoft.Extensions.Localization
Assembly:
Microsoft.Extensions.Localization.Abstractions.dll
Package:
Microsoft.Extensions.Localization.Abstractions v11.0.0-preview.5.26302.115
Source:
IStringLocalizerFactory.cs
Source:
IStringLocalizerFactory.cs
Source:
IStringLocalizerFactory.cs
Source:
IStringLocalizerFactory.cs
Source:
IStringLocalizerFactory.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents a factory that creates IStringLocalizer instances.

public interface class IStringLocalizerFactory
public interface IStringLocalizerFactory
type IStringLocalizerFactory = interface
Public Interface IStringLocalizerFactory
Derived

Methods

Name Description
Create(String, String)

Creates an IStringLocalizer.

Create(Type)

Creates an IStringLocalizer using the Assembly and FullName of the specified Type.

Applies to


Feedback

Was this page helpful?