GetLocalizedString Method
Looks up the localized name of the specified category.
'Declaration
Protected Overrides Function GetLocalizedString( _
ByVal As String _
) As String
protected override string GetLocalizedString(
string
)
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.