ResourceFileStringLocalizerProvider::GetLocalizedString Method (CultureInfo^, String^, array<Object^>^)

 

Gets the localized string.

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

public:
virtual String^ GetLocalizedString(
	CultureInfo^ culture,
	String^ name,
	... array<Object^>^ arguments
) sealed

Parameters

culture
Type: System.Globalization::CultureInfo^

The culture.

name
Type: System::String^

The key for the localized string.

arguments
Type: array<System::Object^>^

Parameters to pass to the string localizer.

Return Value

Type: System::String^

The localized string.

.NET Framework
Available since 4.6.2
Return to top
Show: