ResourceFileStringLocalizerProvider Class

Definition

A string localizer provider based on the resource file.

public ref class ResourceFileStringLocalizerProvider sealed : System::Web::Globalization::IStringLocalizerProvider
public sealed class ResourceFileStringLocalizerProvider : System.Web.Globalization.IStringLocalizerProvider
type ResourceFileStringLocalizerProvider = class
    interface IStringLocalizerProvider
Public NotInheritable Class ResourceFileStringLocalizerProvider
Implements IStringLocalizerProvider
Inheritance
ResourceFileStringLocalizerProvider
Implements

Constructors

ResourceFileStringLocalizerProvider()

Initializes a new instance of the ResourceFileStringLocalizerProvider class.

Fields

ResourceFileName

Gets the resource file name.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetLocalizedString(CultureInfo, String, Object[])

Gets the localized string.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to