Microsoft.Extensions.Localization
Represents a cache of string names in resources.
Adds a set of resource names to the cache by using the specified function, if the name does not already exist.
The resource name to add string names for.
The function used to generate the string names for the resource.
The string names for the resource.
Provides programmatic configuration for localization.
The relative path under application root where resource files are located.
An that uses the and
to provide localized strings.
This type is thread-safe.
Creates a new .
The to read strings from.
The that contains the strings as embedded resources.
The base name of the embedded resource in the that contains the strings.
Cache of the list of strings for a given resource assembly name.
Intended for testing purposes only.
Creates a new for a specific .
The to use.
A culture-specific .
Returns all strings in the specified culture.
The to get strings for.
The strings.
Gets a resource string from the and returns null instead of
throwing exceptions if a match isn't found.
The name of the string resource.
The to get the string for.
The resource string, or null if none was found.
An that creates instances of .
Creates a new .
The .
The .
Creates a using the and
of the specified .
The .
The .
Creates a .
The base name of the resource to load strings from.
The location to load resources from.
The .
An that uses the and
to provide localized strings for a specific .
Creates a new .
The to read strings from.
The that contains the strings as embedded resources.
The base name of the embedded resource in the that contains the strings.
Cache of the list of strings for a given resource assembly name.
The specific to use.
An implementation of backed by a .
The manifest '{0}' was not found.
The manifest '{0}' was not found.
No manifests exist for the current culture.
No manifests exist for the current culture.
Extension methods for setting up localization services in an .
Adds services required for application localization.
The to add the services to.
The so that additional calls can be chained.
Adds services required for application localization.
The to add the services to.
An to configure the .
The so that additional calls can be chained.