GetString(String,String,String,String) 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.String _
) As System.String
public static System.string GetString(
System.string ,
System.string ,
System.string ,
System.string
)
Parameters
- resourceAssembly
- The name of resource assembly.
- resourceDictionary
- The name of resource dictionary.
- resourceKey
- The resource key.
- defaultValue
- The default value.
See Also