DataAnnotationsModelValidator.GetLocalizedString Method (String, Object[])

 

Gets a localized version for a specific string.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

protected string GetLocalizedString(
	string name,
	params object[] arguments
)

Parameters

name
Type: System.String

The string to localize.

arguments
Type: System.Object[]

An array of arguments.

Return Value

Type: System.String

The localized version of the string.

.NET Framework
Available since 4.6.2
Return to top
Show: