NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Localizing TestStand to Different Languages

Hello,

I am trying to change the Operator Interface messages to a different language, I get this link

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x2wjCAA&l=en-US

I am trying to modify the MODEL_STATES messages by changing them at the UIControlStrings.ini.

The problem that I am facing is that when I change them the messages are no longer displayed.

I can recover them by setting them back to English.

 

Before

 

[MODEL_STATES]

NO_STATE = ""

INITIALIZING = "Initializing"

WAITING = "Waiting"

TESTING = "Testing"

POSTPROCESSING = "Post Processing"

DISABLED  = "Disabled"

DONE = ""

 

Change to only Waiting to Spanish

[MODEL_STATES]

NO_STATE = ""

INITIALIZING = "Initializing"

WAITING = "Esperando"

TESTING = "Testing"

POSTPROCESSING = "Post Processing"

DISABLED  = "Disabled"

DONE = ""

With this condition the message is not displayed.

 

So, I don’t know if need to modify another location or a different file.

And also, if there is any place from where I can download the messages already set in Spanish.

Best regards,

Andres

0 Kudos
Message 1 of 1
(1,881 Views)