Aqualogic Interaction API  
 

IPTStringLocalizationManager Methods

The methods of the IPTStringLocalizationManager interface are listed below. For a complete list of IPTStringLocalizationManager interface members, see the IPTStringLocalizationManager Members topic.

Public Instance Methods

GetLocalizedStrings Returns the primary and localized strings for every object in the Plumtree database, as a 2D array. The client is responsible for passing in an array of the languages that should be supported, and this function returns the localizations for all supported languages (or placeholders if the objects are not, in fact, translated into the relevant language.) The columns in the result set are described in the PT_SERIALIZED_LOCALIZED_STRINGS_COLS constants
SetLocalizedStrings Sets the localized strings for every object in the Plumtree database. Note that this function will overwrite ALL LOCALIZED STRINGS- the arrStrings argument is assumed to contain ALL of the strings that should be in the database. Uploading strings for only certain objects, or only for certain languages, is not supported.

See Also

IPTStringLocalizationManager Interface | com.plumtree.server Namespace | IPTLocalizable