![]() | 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. |
![]() | 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. |
![]() | Return the description of this object localized to the language of the current user |
![]() | 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. |
![]() | Return the name of this object localized to the language of the current user |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | Sets the localized descriptions for this object. |
![]() | Sets the localized names for this object. |
![]() | 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. |
![]() | 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. |
IPTLocalizable Interface | com.plumtree.server Namespace | IPTStringLocalizationManager