LocalizationExtenderProvider::SetLocalizable Method (Object^, Boolean)

 

Sets a value indicating whether the specified object supports localized resources.

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

public:
void SetLocalizable(
	Object^ o,
	bool localizable
)

Parameters

o
Type: System::Object^

The base component to set as localizable or not localizable.

localizable
Type: System::Boolean

true if the object supports resource localization; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: