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