Click or drag to resize

LocalizationKeyValueOnGetValue Method

Occures when the GetValue(String) method has been invoked

Namespace:  Cauldron.Localization
Assembly:  Cauldron.Localization (in Cauldron.Localization.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
protected virtual string OnGetValue(
	string twoLetterISOLanguageName
)

Parameters

twoLetterISOLanguageName
Type: SystemString
The two letter iso language name according to ISO

Return Value

Type: String
The localized string.
See Also