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

Прочие SCADA: iFix, InTouch, Citect, ...
Post Reply
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 » Mon May 10, 2010 5:09 am

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 » Mon May 10, 2010 11:33 am

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 » Tue Jun 01, 2010 1:16 pm

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

Post Reply