Scheduler for WPF
GetString(String,String,String,String,Assembly) メソッド

C1.WPF.Schedule アセンブリ > C1.WPF.Localization 名前空間 > C1Localizer クラス > GetString メソッド : GetString(String,String,String,String,Assembly) メソッド
The name of executing assembly.
The name of resource dictionary.
The resource key.
The default value.
The current executing assembly.
Returns the localized string for the specified culture.
シンタックス
'宣言
 
Public Overloads Shared Function GetString( _
   ByVal resourceAssembly As System.String, _
   ByVal resourceDictionary As System.String, _
   ByVal resourceKey As System.String, _
   ByVal defaultValue As System.String, _
   Optional ByVal currentAssembly As System.Reflection.Assembly _
) As System.String
public static System.string GetString( 
   System.string resourceAssembly,
   System.string resourceDictionary,
   System.string resourceKey,
   System.string defaultValue,
   System.Reflection.Assembly currentAssembly
)

パラメータ

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.
解説
Search order: - searching in the specified resource Assembly; - searching in satellite Assemblies of the specified resource Assembly; - searching in the executing assembly; - repeating the search in above assemblies for the parent culture; - if result is not found, returning the specified default value.
参照

C1Localizer クラス
C1Localizer メンバ
オーバーロード一覧