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 Function GetLocalizedString (
	name As String,
	ParamArray arguments As Object()
) As String

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: