[?]: Create Multi language Project in Wonderware InTouch ?

Прочие SCADA: iFix, InTouch, Citect, ...
af.naderi
Posts: 124
Joined: Sun Mar 15, 2009 8:06 am
Location: Europe

[?]: Create Multi language Project in Wonderware InTouch ?

Post by af.naderi »

Hi every body,
I wanna create a InTouch Application that all elements (such as buttons, texts, ...) display in two different language, by using a button to choose language.
please help me and describe step by step.

best regards
Umencho
Posts: 508
Joined: Mon Jul 16, 2007 12:28 pm
Location: Europe

Re: [?]: Create Multi language Project in Wonderware InTouch

Post by Umencho »

Hello,

Hope you have newer version of Intouch. At least higher then 9.5. Open the project with Intouch Maker go to menu Special-Language-export dictionary. In this way you will generate one xml file which one inside has one row with name "translate here". Just translate... The same thing you could do also with alarms list. Make one button and give action script there - when condition type: OnLeft/KeyUp - CALL ChangeLanguage(number); This number depends from language. This is microsoft numbers. Look at http://office.microsoft.com/en-us/help/ ... 31033.aspx

Best regards,
Umencho
af.naderi
Posts: 124
Joined: Sun Mar 15, 2009 8:06 am
Location: Europe

Re: [?]: Create Multi language Project in Wonderware InTouch

Post by af.naderi »

Hi Umencho,
Thanks for your Guide, but command for button "[b]CALL ChangeLanguage(number); [/b]" is not valid.
I read InTouch Helps. to change between languages we must write this code in buttons action : "$Language=number;", that number depends from language.

Best Regards