LocalizationExtenderProvider.SetLocalizable(Object, Boolean) Method

Definition

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

public:
 void SetLocalizable(System::Object ^ o, bool localizable);
public void SetLocalizable (object o, bool localizable);
member this.SetLocalizable : obj * bool -> unit
Public Sub SetLocalizable (o As Object, localizable As Boolean)

Parameters

o
Object

The base component to set as localizable or not localizable.

localizable
Boolean

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

Applies to