SequenceView.Localize
- Updated2025-07-21
- 1 minute(s) read
SequenceView.Localize
Syntax
SequenceView.Localize( sectionName)
Purpose
Localizes the captions of the columns in the SequenceView control.
Remarks
First, update a .ini file located in the TestStand Language directory with the required strings. Second, use the string tags in the .ini file as the column captions for the control.
When you call this method, the control replaces the column captions with the strings from the .ini file. If a caption is not a tag in the .ini file, the caption does not change.
Parameters
sectionName As String
[In] Specifies the name of the section in the language files that contains the localized text.