Click or drag to resize

LocalizationKeyValue.GetValue Method

Gets the localized value of the key

Namespace:  Cauldron.Localization
Assembly:  Cauldron.Localization (in Cauldron.Localization.dll) Version: 3.2.0.2
Syntax
public string GetValue(
	string twoLetterISOLanguageName
)

Parameters

twoLetterISOLanguageName
Type: System.String
The two letter iso language name according to ISO

Return Value

Type: String
The localized string.

Implements

ILocalizationKeyValue.GetValue(String)
See Also