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