GetLocalizedText(String,String) Method
Gets the localized text from the specified key.
'Declaration
Public Overloads Function GetLocalizedText( _
ByVal As String, _
Optional ByVal As String _
) As String
'Usage
Dim instance As Localizer
Dim key As String
Dim defaultText As String
Dim value As String
value = instance.GetLocalizedText(key, defaultText)
Parameters
- key
- A string value indicates the specified key.
- defaultText
- A string value indicates the default localized text.
Return Value
A
System.String value represents the localized text.