SANTranslateModel
Description
Translate all textual objects (symbols, notes, tables) within the model that is currently active in session into the supplied language(s).
Synopsis
Input arguments
Label
Use
Value Type
Value
languages
Required
wchar_t*
Concatenated list of language identifiers. Use ‘;’ as delimiter between each identifier. An identifier for a language matches the language folder name within the SMARTAnnotate configuration directory “translations”.
Example: “usascii;german;chinese_cn” will set English as first, German as second and Chinese as third language.
Output arguments
Label
Value Type
Value
None
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input argument is invalid.
PRO_TK_NO_LICENSE
No SMARTAnnotate multi-language license available.
PRO_TK_GENERAL_ERROR
Miscellaneous error. Check log file for further information.