Aqualogic Interaction API  
 

IPTLocalizable.SetLocalizedDescriptions Method 

Sets the localized descriptions for this object.

void SetLocalizedDescriptions(
   object[][] Value
);

Parameters

Value
an array containing the data about localized descriptions. The columns in the 2D array are identified by the constants in PT_LOCALIZED_STRINGS_INDICES.

See Also

IPTLocalizable Interface | com.plumtree.server Namespace | PT_LOCALIZED_STRINGS_INDICES