指定されたカルチャのローカライズされた文字列を返します。
シンタックス
'宣言
Public Overloads Shared Function GetString( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
Optional ByVal As System.Reflection.Assembly _
) As System.String
public static System.string GetString(
System.string ,
System.string ,
System.string ,
System.string ,
System.Reflection.Assembly
)
パラメータ
- resourceAssembly
- 実行中のアセンブリの名前。
- resourceDictionary
- リソースディクショナリの名前。
- resourceKey
- リソースキー。
- defaultValue
- デフォルト値。
- currentAssembly
- 現在実行中のアセンブリ。
参照