mng.SetResourceString

This job writes language resource keys with the assigned values for languages to the resource storage table of the database.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

[JSON]

BASE64

No

Write multiple keys, languages and values in JSON format (see [_json_schema_language_resources]).

[Key]

STRING

No

Key to be inserted. Example: Project.key1.Workflow_3
No wildcards allowed.

[Language]

STRING

No

Language code for the entry. Example: de_DE
No wildcards allowed.

[Value]

STRING

No

Language-specific value for the key. Example: Please specify the recipient.
Trailing spaces are trimmed.

JSON and Key/Language/Value can be used independently.
Key and Language are completely trimmed (leading and trailing spaces removed).

2. Return Value

None.