Localized strings (object names and descriptions) that are stored by the server can be serialized to an array through the IPTStringLocalizationManager.GetLocalizedStrings and IPTStringLocalizationManager.SetLocalizedStrings calls. Some of the columns in the resultant array are in known locations, as defined by these constants. However, the width of the array is variable, as different Portals will support different languages. Columns starting at index PT_SLS_TARGET_STRING_START contain the strings for each language (i.e. if the Portal supports 4 languages, the array will have PT_SLS_TARGET_STRING_START + 4 columns.)
For a list of all members of this type, see PT_SERIALIZED_LOCALIZED_STRINGS_COLS Members.
System.Object
com.plumtree.server.PT_SERIALIZED_LOCALIZED_STRINGS_COLS
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: com.plumtree.server
Assembly: plumtreeserver (in plumtreeserver.dll)
PT_SERIALIZED_LOCALIZED_STRINGS_COLS Members | com.plumtree.server Namespace | IPTStringLocalizationManager