Documentation Center

PslTransBundle.SplitBundle

Splits the translation bundle in parts. Each part allows access to another block of strings. Other strings are set to read-only.

Syntax

Expression.AddUserFile (Mode as Long, Value as Long) as Boolean

Expression Object of type PslTransBundle.

Mode Defines the split mode. It is

pslSplitBundleParts (Value = 0), splits the bundle in parts of equal word amount. The parameter Value defines the number of parts.

pslSplitBundleDialogs (Value = 2), splits the bundle in two parts: One containing dialogs and one containing other resources. The parameter Value is ignored.

Value A value for additional information, depending on the Mode.