Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

how to switch language by a variable NOT by mouse event?

yue-qi-qi
2012-11-22
2012-11-25
  • yue-qi-qi - 2012-11-22

    Can I switch language by a variable in my program just the “CurrentVisu” variable,but not by mouse event configured in the "Input Configuration" of Change the language?

     
  • TimvH

    TimvH - 2012-11-23
    IF  xChinese THEN
    VisuElems.CURRENTLANGUAGE :=Chinese;
    xChinese := FALSE;
    END_IF
    

    Chinese has to be available as Language in the application.

     
  • yue-qi-qi - 2012-11-25

    thank you!

     

Log in to post a comment.