Aqualogic Interaction API  
 

IPTStringLocalizationManager Interface

This interface is used to download or upload all localized strings in the Server in one batch (that is, localized names and descriptions for Plumtree objects.) Generally, this will be used to employ third party localization firms to localize strings. The steps would be like: 1. Mark Plumtree objects to be localized with the "supports localization" flag in the Plumtree UI 2. Export the list of localized objects via a call to IPTStringLocalizationManager.GetLocalizedStrings (the Plumtree UI calls this and converts the results to XML) 3. Send the strings to a translator (or translators) for converting from the primary language to each of the supported localized languages 4. Reimport the list of localized objects, with the localized names filled in

For a list of all members of this type, see IPTStringLocalizationManager Members.

public interface IPTStringLocalizationManager : IPTUnknown

Types that implement IPTStringLocalizationManager

Type Description

Requirements

Namespace: com.plumtree.server

Assembly: plumtreeserver (in plumtreeserver.dll)

See Also

IPTStringLocalizationManager Members | com.plumtree.server Namespace | IPTLocalizable