07-24-2008 12:22 AM
Solved! Go to Solution.
07-24-2008 12:26 AM
Hello Patrick19,
07-24-2008 12:37 AM
07-24-2008 01:46 AM
Hi,
I am assume you didn't install the German version of TestStand.
In Components\NI\Language\English is a file called TestStandStrings.ini. Under the [MODEL] tag is the report related strings. These start with RPT_. For the Serial Number you should find an item called RPT_HEADER_SERIAL_NUMBER which is equal to "Serial Number".
This is the Item you need to change, but dont change it in this file.
The file you need to change is CustomStrings.ini in Components\USER\Language\English
In this file add [MODEL] tag
then add the item RPT_HEADER_SERIAL_NUMBER = "Seriennummer"
eg
[MODEL]
RPT_HEADER_SERIAL_NUMBER = "Seriennummer"
Now save and close CustomStrings.ini file.
Now when you run TestStand or the Operator Interface and run your Test Sequence . The Report should be changed using "Seriennummer" instead of "Serial Number".
(Remember you will need to restart TestStand for the changes in the INI files to take affect.)
Hope this helps
Regards
Ray Farmer
07-24-2008 04:51 AM
07-24-2008 05:09 AM
Norbert,
Thanks for that info![]()
regards
Ray