- Contents
Interaction Designer Help
Load Localized String
This System tool retrieves a string from a specified DLL in the specified language, allowing customers to retrieve localized strings from custom DLLs.
Inputs
Module name (full path)
The full path to the DLL that contains the string you want to load.
Unload the module when exit
If False, keeps the DLL in memory after use. If True, unloads it. If the tool is executed frequently, it is more efficient to leave it loaded.
Language
The language/sub-language identifiers to retrieve (for example, "en-us").
String Identifier
The integer identifier of the string to retrieve.
Outputs
Localized String
The retrieved string value.
Exit Paths
Success
This path is taken if the string is successfully retrieved.
Failure
This path is taken if the DLL could not be loaded, the string identifier did not exist, or a value for the specified language does not exist.

