StringLocalizerProviders.DataAnnotationStringLocalizerProvider Property
Definition
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.
Gets or sets the string localizer provider for globalization.
public:
static property System::Web::Globalization::IStringLocalizerProvider ^ DataAnnotationStringLocalizerProvider { System::Web::Globalization::IStringLocalizerProvider ^ get(); void set(System::Web::Globalization::IStringLocalizerProvider ^ value); };
public static System.Web.Globalization.IStringLocalizerProvider DataAnnotationStringLocalizerProvider { get; set; }
static member DataAnnotationStringLocalizerProvider : System.Web.Globalization.IStringLocalizerProvider with get, set
Public Shared Property DataAnnotationStringLocalizerProvider As IStringLocalizerProvider
Property Value
An interface for the string localizer provider.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.