Applies To:
  • CitectSCADA 5.xx

Summary:
I have some plain text on a page "Test text, Hello" marked for multi-language use and it is not appearing correctly at runtime. What is happening? 

Solution:
The problem here is that the syntax for multi-language text is -

@( Native Text [,Width [,Justify]])

which means that once the compiler finds as comma, it is expecting a field width. The solution is to prefix the comma with a carat symbol so that the Citect compiler ignores the comma -

eg. @(Test text^, Hello)

 

Keywords:
 

Attachments