[]
        
(Showing Draft Content)

C1.Win.Localization.C1CategoryAttribute.GetLocalizedString

GetLocalizedString Method

GetLocalizedString(string)

Looks up the localized name of the specified category.

Declaration
protected override string GetLocalizedString(string value)
Parameters
Type Name Description
string value

The identifer for the category to look up.

Returns
Type Description
string

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

Overrides