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 |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
BASE64 |
No |
Write multiple keys, languages and values in JSON format (see [_json_schema_language_resources]). |
|
STRING |
No |
Key to be inserted. Example: |
|
STRING |
No |
Language code for the entry. Example: |
|
STRING |
No |
Language-specific value for the key. Example: |
JSON and Key/Language/Value can be used independently.Key and Language are completely trimmed (leading and trailing spaces removed).
|