GetString(String,String,String,CultureInfo) Method
In This Topic
Returns the localized string for the specified culture.
Syntax
'Declaration
Public Overloads Shared Function GetString( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Globalization.CultureInfo _
) As System.String
public static System.string GetString(
System.string ,
System.string ,
System.string ,
System.Globalization.CultureInfo
)
Parameters
- resourceDictionary
- The name of resource dictionary.
- resourceKey
- The resource key.
- defaultValue
- The default value.
- culture
- The System.Globalization.CultureInfo object.
See Also