WebCenter Interaction API  
 

PT_SERIALIZED_LOCALIZED_STRINGS_COLS Class

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 sealed class PT_SERIALIZED_LOCALIZED_STRINGS_COLS

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.server

Assembly: plumtreeserver (in plumtreeserver.dll)

See Also

PT_SERIALIZED_LOCALIZED_STRINGS_COLS Members | com.plumtree.server Namespace | IPTStringLocalizationManager