InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Localization Namespace / C1CategoryAttribute Class / GetLocalizedString Method
The identifer for the category to look up.

In This Topic
    GetLocalizedString Method (C1CategoryAttribute)
    In This Topic
    Looks up the localized name of the specified category.
    Syntax
    'Declaration
     
    Protected Overrides Function GetLocalizedString( _
       ByVal value As String _
    ) As String
    protected override string GetLocalizedString( 
       string value
    )

    Parameters

    value
    The identifer for the category to look up.

    Return Value

    The localized name of the category, or null if a localized name does not exist.
    See Also