Is there a way to assign a string variable with the contents of a string from the GlobalTextList?
Also of import, when it assigns the variable from the GlobalTextList it uses the correct language from the GlobalTextList.
You can use TextListUtils library functions: https://help.codesys.com/webapp/zMPpTI1nAvRGy8loA2Ct-mmN6GE%2Ffld-TextListUtils;product=TextListUtils;version=3.5.17.0 For getting the default one, you can use CmpDynamicText library (not documented online, but easy to figure out).
Log in to post a comment.
Is there a way to assign a string variable with the contents of a string from the GlobalTextList?
Also of import, when it assigns the variable from the GlobalTextList it uses the correct language from the GlobalTextList.
You can use TextListUtils library functions: https://help.codesys.com/webapp/zMPpTI1nAvRGy8loA2Ct-mmN6GE%2Ffld-TextListUtils;product=TextListUtils;version=3.5.17.0
For getting the default one, you can use CmpDynamicText library (not documented online, but easy to figure out).