Aqualogic Interaction API  
 

IPTLocalizable Members

IPTLocalizable overview

Public Instance Methods

GetDescription 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.
GetIsLocalized 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.
GetLocalizedDescription Return the description of this object localized to the language of the current user
GetLocalizedDescriptions 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.
GetLocalizedName Return the name of this object localized to the language of the current user
GetLocalizedNames 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.
GetName 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.
GetPrimaryLang 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.
GetSupportsLocalization 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.
SetDescription 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.
SetIsLocalized 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.
SetLocalizedDescriptions Sets the localized descriptions for this object.
SetLocalizedNames Sets the localized names for this object.
SetName 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.
SetPrimaryLang 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