CategoryAttribute::GetLocalizedString Method (String^)

 

Looks up the localized name of the specified category.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

protected:
virtual String^ GetLocalizedString(
	String^ value
)

Parameters

value
Type: System::String^

The identifer for the category to look up.

Return Value

Type: System::String^

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

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

Notes to Inheritors:

Override this method to add your own localized names to categories. If a localized string is available for the given value, the method should return it. Otherwise, call the base class's GetLocalizedString method to let the base class localize the string.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: