How to change the language of an error message

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
mael
Posts: 6
Joined: Wed Jul 11, 2012 2:08 am

How to change the language of an error message

Post by mael »

Hello everyone,

As indicated in the title of my post, I do not know how to change the language of an error message (and its contents if possible)

http://imageshack.us/photo/my-images/32/beijer.jpg/

Thank you in advance for your answers!

(PS: I'm French, to send this message I use translate.google.fr. Sorry for my English)

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: How to change the language of an error message

Post by mark.monroe »

Such messages are broken up into their individual lines. So in you case each item is a line:

"Error"
"Input value is out of range."
"Value must be between {0} and {1}"

You must translate all of those into the language you want by using the Multiple Languages function of iX developer. You can look at the manual on how to go about doing that. You just need to add "Languages" to your project using the language tab on the below screenshot and then select what language you want to use at runtime.
Snap 2012-07-18 at 08.33.50.jpg
Snap 2012-07-18 at 08.33.50.jpg (51.49 KiB) Viewed 5673 times
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

Post Reply