Aqualogic Interaction API  
 

IPTStringLocalizationManager.SetLocalizedStrings Method 

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.

void SetLocalizedStrings(
   string[] arrLanguages,
   object[][] arrStrings
);

Parameters

arrLanguages
the languages that correspond to the columns in arrStrings. The number of items in arrLanguages must be equal to the the number of columns in arrStrings minus PT_SLS_TARGET_STRING_START.
arrStrings
the strings to be uploaded, including both primary and localized strings. The columns are described by the PT_SERIALIZED_LOCALIZED_STRINGS_COLS constants.

See Also

IPTStringLocalizationManager Interface | com.plumtree.server Namespace | PT_SERIALIZED_LOCALIZED_STRINGS_COLS