'Declaration
Public Overloads Function GetLocalizedText( _ ByVal key As String, _ Optional ByVal defaultText 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)
public string GetLocalizedText( string key, string 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.