Engine.GetResourceSymbols ( section)
An array of strings that contains the names of all the symbols under the given category.
Returns a list of symbols from the TestStand string resource file for the current language.
You specify the categories, which are the sections in the string resource file.
The string resource files are located in the <TestStand>\Components\NI\Language and <TestStand>\Components\User\Language directories. You can customize the strings in the resource files in the <TestStand>\Components\NI\Language directory by adding a section and item with the same name to the corresponding file in the <TestStand>\Components\User\Language directory.
section As String
[In] Specifies the category or section label.