NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to get the user language directory with TestStand API?

Hello,
 
I would like to get the user language directory  of TestStand (<TestStand>\Components\User\language\English) with the TestStand API, Is it possible?
 
Thanks for your help
 
JP
0 Kudos
Message 1 of 3
(2,875 Views)
JP,
 
There is not a method or property in the API that returns the language directory directly.
You can use the Engine.TestStandDirectory property and append the rest to the path to get it.
 
Engine.TestStandDirectory + \Components\User\Language\English.
 
Hope it helps.
 
Message 2 of 3
(2,864 Views)
Thank you for your answer
 
That is exactly the solution I used bout I would have prefered Having the full path directly.
 
May be in a next version of TestStand
 
Thanks again
 
JP
0 Kudos
Message 3 of 3
(2,861 Views)