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

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

パラメータ

resourceDictionary
The name of resource dictionary.
resourceKey
The resource key.
defaultValue
The default value.
culture
The System.Globalization.CultureInfo object.
解説
Search order: - searching in the executing Assembly; - repeating the search for the parent culture; - if result is not found, returning the specified default value.
参照

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