mng.GetResourceString
This job delivers language resource keys with the assigned values for languages from the resource storage table of the database.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
BASE64 |
No |
Request multiple keys or languages in JSON format (see [_json_schema_language_resources]). |
|
STRING |
No |
Requested key. Example: |
|
STRING |
No |
Language code. Example: |
JSON and Key/Language can be used independently.Key and Language are trimmed (leading and trailing spaces removed).
|
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
Optional |
Result in JSON format (when JSON request) |
|
STRING |
Optional |
Found key — only when |
|
STRING |
Optional |
Found language code — only when |
|
STRING |
Optional |
Found value — only when |