Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / Localizer Class / GetLocalizedText Method / GetLocalizedText(String) Method
A string value indicates the specified key.


In This Topic
    GetLocalizedText(String) Method
    In This Topic
    Gets the localized text from the specified key.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function GetLocalizedText( _
       ByVal key As String _
    ) As String
    'Usage
     
    
    Dim instance As Localizer
    Dim key As String
    Dim value As String
     
    value = instance.GetLocalizedText(key)
    protected virtual string GetLocalizedText( 
       string 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.
    See Also