IPTStringLocalizationManager overview
![]() | 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 |
![]() | 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. |
IPTStringLocalizationManager Interface | com.plumtree.server Namespace | IPTLocalizable