WebCenter Interaction API  
 

IPTLocalizable Members

IPTLocalizable overview

Public Instance Methods

public methodGetDescription Returns the primary description of the object. This description will be used when the language of the user isn't known or isn't supported.
public methodGetIsLocalized 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.
public methodGetLocalizedDescription Return the description of this object localized to the language of the current user
public methodGetLocalizedDescriptions Returns the localized descriptions for this object as a 2D array. The purpose of each column is identified by the constants in PT_LOCALIZED_STRINGS_INDICES.
public methodGetLocalizedName Return the name of this object localized to the language of the current user
public methodGetLocalizedNames Returns the localized names for this object as a 2D array. The purpose of each column is identified by the constants in PT_LOCALIZED_STRINGS_INDICES.
public methodGetName Returns the primary name of the object. This name will be used when the language of the user isn't known or isn't supported.
public methodGetPrimaryLang The primary language of the object is the language that the primary name and primary description are in. Other metadata about the object (which cannot be localized) is also expected to be in this language.
public methodGetSupportsLocalization Does this type of object support localization? Some object types (IPTCard, for example) do not support localization. Calling functions like SetLocalizedNames on an object that does not support localization will result in an error.
public methodSetDescription Sets the primary description of the object. This description will be used when the language of the user isn't known or isn't supported.
public methodSetIsLocalized 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.
public methodSetLocalizedDescriptions Sets the localized descriptions for this object.
public methodSetLocalizedNames Sets the localized names for this object.
public methodSetName Sets the primary name of the object. This name will be used when the language of the user isn't known or isn't supported.
public methodSetPrimaryLang The primary language of the object is the language that the primary name and primary description are in. Other metadata about the object (which cannot be localized) is also expected to be in this language.

See Also

IPTLocalizable Interface | com.plumtree.server Namespace | IPTStringLocalizationManager