Microsoft.Extensions.Localization.Abstractions
Represents a service that provides localized strings.
Gets the string resource with the given name.
The name of the string resource.
The string resource as a .
Gets the string resource with the given name and formatted with the supplied arguments.
The name of the string resource.
The values to format the string with.
The formatted string resource as a .
Gets all string resources.
A indicating whether to include strings from parent cultures.
The strings.
Creates a new for a specific .
The to use.
A culture-specific .
Represents a factory that creates instances.
Creates an using the and
of the specified .
The .
The .
Creates an .
The base name of the resource to load strings from.
The location to load resources from.
The .
Represents an that provides strings for .
The to provide strings for.
A locale specific string.
Creates a new .
The name of the string in the resource it was loaded from.
The actual string.
Creates a new .
The name of the string in the resource it was loaded from.
The actual string.
Whether the string was not found in a resource. Set this to true to indicate an alternate string value was used.
Creates a new .
The name of the string in the resource it was loaded from.
The actual string.
Whether the string was not found in a resource. Set this to true to indicate an alternate string value was used.
The location which was searched for a localization value.
The name of the string in the resource it was loaded from.
The actual string.
Whether the string was not found in a resource. If true, an alternate string value was used.
The location which was searched for a localization value.
Returns the actual string.
The actual string.
Gets the string resource with the given name.
The .
The name of the string resource.
The string resource as a .
Gets the string resource with the given name and formatted with the supplied arguments.
The .
The name of the string resource.
The values to format the string with.
The formatted string resource as a .
Gets all string resources including those for parent cultures.
The .
The string resources.
Provides strings for .
The to provide strings for.
Creates a new .
The to use.