Returns the localized string for the specified culture.
シンタックス
'宣言
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
)
パラメータ
- resourceAssembly
- The name of resource assembly.
- resourceDictionary
- The name of resource dictionary.
- resourceKey
- The resource key.
- defaultValue
- The default value.
参照