Aqualogic Interaction API  
 

IPTLocalizable.SetIsLocalized Method 

Does this object support localization? Note that an object may support localization, but nonetheless have no actual localizations. That is, the object is marked to be localized, but localization hasn't been done yet. Note that if an object supports localization, and SetIsLocalized(false) is called, all localized strings will be removed from the object.

void SetIsLocalized(
   bool Value
);

Parameters

Value
boolean indicating whether this object should support localization.

See Also

IPTLocalizable Interface | com.plumtree.server Namespace