GetLocalizedText(String) Method
Gets the localized text from the specified key.
'Declaration
Protected Overloads Overridable Function GetLocalizedText( _
ByVal As String _
) As String
'Usage
Dim instance As Localizer
Dim key As String
Dim value As String
value = instance.GetLocalizedText(key)
Parameters
- key
- A string value indicates the specified key.
Return Value
A
System.String value represents the localized text. Returns
null
to use default value.