namespace System.Web.Globalization
{
public interface IStringLocalizerProvider
{
string GetLocalizedString(CultureInfo culture, string name, object[] arguments);
}
}
Assembly | System.Web , Version=4.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
---|---|
Help | Documentation |
.NET Framework | 4.6.24.74.7.14.7.24.8 |
OS Platforms | The selected framework does not have platform annotations. |