System.ComponentModel.CategoryAttribute.GetLocalizedString Method

Looks up the localized name of the specified category.

Syntax

protected virtual string GetLocalizedString (string value)

Parameters

value
The identifer for the category to look up.

Returns

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

Remarks

The CategoryAttribute.Category property calls this method the first time it is accessed to look up the localized name for the specified category.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0