'Declaration
Public Overloads Shared Function GetString( _ ByVal resourceDictionary As String, _ ByVal resourceKey As String, _ ByVal defaultValue As String _ ) As String
public static string GetString( string resourceDictionary, string resourceKey, string defaultValue )
Parameters
- resourceDictionary
- The name of resource dictionary.
- resourceKey
- The resource key.
- defaultValue
- The default value.