DynamicTextLoadLanguage
(FUN)
FUNCTION DynamicTextLoadLanguage : RTS_IEC_RESULT
Function to support several loaded languages in parallel. Like functions DynamicTextReloadTexts and DynamicTextChangeLanguage, this function loads texts of the given language. The function is executed synchronously. In case the language is already loaded, a reference counter is incremented. In case loading the language text fails, an error code xxx is returned In case no language was loaded before by DynamicTextChangeLanguage, the language given in this function is used. Return: ERR_OK, or ERR_XXX in case failed as not enough memory.
- InOut:
Scope
Name
Type
Return
DynamicTextLoadLanguage
RTS_IEC_RESULT
Input
stLanguage
STRING