| ILocalizationKeyValueGetValue Method |
Gets the localized value of the key
Namespace:
Cauldron.Localization
Assembly:
Cauldron.Localization (in Cauldron.Localization.dll) Version: 3.2.0.2
Syntax Function GetValue (
twoLetterISOLanguageName As String
) As String
Parameters
- twoLetterISOLanguageName
- Type: SystemString
The two letter iso language name according to ISO
Return Value
Type:
StringThe localized string.
See Also