mergeDictionary()

Writes entries to the internal translation table.

Synopsis

int mergeDictionary(dyn_uint langIdxList, dyn_dyn_string entries);

Parameters

Parameter Meaning
langIdxList Field of the language indices
entries entries

Return value

If successful, the function returns 0 otherwise, -1.

Error

Missing or wrong arguments.

Description

Writes entries from entries to the internal translation table for the languages based on langIdxList.

Assignment

Multi-language capability

Availability

CTRL