ResourceManager.setStrings

Syntax

setStrings(strArr: Array);

Parameters

strArr. Array of elements, with each of the elements representing an array that consists of the following parameters:  value - string value, culture - a PP.CultureInfo object, resourceKey - resource key, fieldName - field name or array of names.

Description

The setStrings method loads array of strings for specified languages, resource keys and field names.

Example

The example of method use is given in the with description of the ResourceManager.String property.

See also:

ResourceManager