ResourceFileStringLocalizerProvider::GetLocalizedString Method (CultureInfo^, String^, array<Object^>^)
Gets the localized string.
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.
.NET Framework
Available since 4.6.2
Available since 4.6.2
Show: