IStringLocalizerProvider.GetLocalizedString Method (CultureInfo, String, Object())

 

Gets the localized string.

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

Function GetLocalizedString (
	culture As CultureInfo,
	name As String,
	ParamArray arguments As Object()
) As String

Parameters

culture
Type: System.Globalization.CultureInfo

The culture.

name
Type: System.String

The key to the localized string.

arguments
Type: System.Object()

Parameters to pass to the localized string.

Return Value

Type: System.String

The localized string.

.NET Framework
Available since 4.6.2
Return to top
Show: