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